We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EDIT: changed the title since what doesn't work is not only opening ipynb files but the entire Jupyter extension. Below is the original post.
I'm running code-server v3.7.1 inside Docker, and I cannot open Jupyter notebook files (.ipynb).
To be precise, I can open them, but they open as raw JSON files instead of in the notebook editor screen (see the attached screenshot).
Why might this be happening, and how could I fix this?
code-server --version
The text was updated successfully, but these errors were encountered:
Plus, any jupyter-related command will not work with messages like this one:
Command 'Jupyter: Create New Blank Jupyter Notebook' resulted in an error (command 'jupyter.createnewnotebook' not found)
Sorry, something went wrong.
This is a duplicate of #2341 I think
@bruwozniak yes, it seems they are related
I'll close as a duplicate of #2341, if resolving #2341 doesn't fix this we can re-open it then. :)
No branches or pull requests
EDIT: changed the title since what doesn't work is not only opening ipynb files but the entire Jupyter extension. Below is the original post.
I'm running code-server v3.7.1 inside Docker, and I cannot open Jupyter notebook files (.ipynb).
To be precise, I can open them, but they open as raw JSON files instead of in the notebook editor screen (see the attached screenshot).
Why might this be happening, and how could I fix this?
code-server --version
: v3.7.1The text was updated successfully, but these errors were encountered: