question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to open 'test.ipynb': i.NotebookCellMetadata is not a constructor.

See original GitHub issue

Environment 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]

  1. Open ipynb file…

Logs

Output for Jupyter in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Jupyter)

XXX

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
Zer0112commented, Jun 2, 2021

jupyter v2021.6.898847129 seems to fix the issue for me

0reactions
acook-geocommented, Jun 2, 2021

yes, just got the update

Thanks

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found