Unable to open 'test.ipynb': i.NotebookCellMetadata is not a constructor.
See original GitHub issueEnvironment data
- VS Code version: 1.57.0-insider
- Jupyter Extension version (available under the Extensions sidebar): 2021.6.892431424
- Python Extension version (available under the Extensions sidebar): 2021.6.864643163-dev
- OS (Windows | Mac | Linux distro) and version: Win10 20H2
- Python and/or Anaconda version: python 3.8.5; conda 4.10.1
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): conda
- Jupyter server running: Local
Expected behaviour
Open an ipynb file
Actual behaviour
Recieve error msg: Unable to open 'test.ipynb': i.NotebookCellMetadata is not a constructor.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
- Open ipynb file…
Logs
Output for Jupyter
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Jupyter
)
XXX
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
VS Code can't open ipynb file - Stack Overflow
I've solved (for now) this problem by downgrading jupyter extension to previous version. Go to Extension (in the left vertical panel) ...
Read more >issue with creating and opening .ipynb files (#106547) - GitHub
Python: Create New Blank Jupiter Notebook; this pops up: "Unable to open 'Untitled-1.ipynb': [UriError]: If a URI contains an authority ...
Read more >Configuring pytest-notebook - Read the Docs
To access notebook metadata, either open the notebook as a text document, or use the Jupyter Notebook interface: Accessing notebook metadata. import nbformat....
Read more >Notebook API | Visual Studio Code Extension API
The Notebook API allows Visual Studio Code extensions to open files as notebooks, execute notebook code cells, and render notebook outputs in a...
Read more >Can't Open .ipynb file in Jupyter: Too Large | Physics Forums
I have a Python .ipynb file in a Jupyter Notebook whose size is 99.3 MB. Thing is most of it is not code:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
jupyter v2021.6.898847129 seems to fix the issue for me
yes, just got the update
Thanks