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
im running code-server in an ubuntu 16.04 docker container until now, i used v3.4.1, and now i decided to upgrade to v3.9.0
the issue im facing: IPYNB notebook aren't opened in Jupyter GUI (as they used to, in version 3.4.1) im just seeing the raw content:
instead of the GUI and cells
code-server --version
The text was updated successfully, but these errors were encountered:
Could you post the logs from the browser console? This might be related to the general issues we've been having with Jupyter and Python recently.
Sorry, something went wrong.
hi @code-asher , thanks for the fast response :) here's the console error, triggered when i opened the IPYNB file:
Ahh yup it looks like the same issue in #2341. I'll close this in favor of that one.
Some workarounds are:
More details can be found in the linked issue!
No branches or pull requests
im running code-server in an ubuntu 16.04 docker container
until now, i used v3.4.1, and now i decided to upgrade to v3.9.0
the issue im facing: IPYNB notebook aren't opened in Jupyter GUI (as they used to, in version 3.4.1)
im just seeing the raw content:
instead of the GUI and cells
Jupyter (ms-toolsai.jupyter) v2021.2.0
Python (ms-python.python) v2021.1.502429796
code-server --version
: 3.9.0 fc6d123The text was updated successfully, but these errors were encountered: