-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
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
Existing and new jupyter notebooks not loading in 3.12.0, 4.0.0-pre-release, or 4.0.1 #4689
Comments
Thanks for the thorough report @vprzybylo! I have tested it on v4.0.1 on macOS with Brave and I cannot reproduce. Here is more info about the setup I'm testing:
In my "workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
}, VideoThis is what happens with an existing notebook. Screen.Recording.2022-01-05.at.3.31.02.PM.movAnd this is from a new notebook: v4.0.1 also uses Open VSX by default so if you search for it in the Extensions panel, it should install the latest versions. Can you try that or try adjusting your |
Most probably the same problem as #3782 (comment):
@vprzybylo Meaning, one must explicitly open a folder (File > Open Folder...) before opening a Jupyter notebook. |
@CNorato Do you access code-server in private/incognito mode? Service workers do not work in private/incognito mode. Accessing code-server via HTTP instead of HTTPS may cause further problems. See https://demo.jupyter.b-data.ch for a reference deployment using JupyterHub and JupyterLab + code-server. |
@benz0li Thank you for your advice. I have tried to disable all the private/incognito options, but it still doesn't work. |
Hi all, thanks for the help! I have updated my settings.json, gone to file -> open folder before opening a notebook, and am not in an incognito window. Open VSX is not appearing in the extension panel for me - thoughts? Perhaps opening through an insecure domain is causing the issue (see warning in screenshot)? I've also noticed that when browsing an extension, I don't see any text under details, which could be related. Perhaps I should talk with my admins regarding an SSL certificate following #1627. |
@vprzybylo as already mentioned in your screenshot, in both cases this issue is caused because the lack of |
Thanks for the response! Closing this issue; I will work on getting an SSL certificate. |
yes, |
I have the same issue with code-server 4.2.0 |
@sheljoy can you open a new bug report? |
thank god! https:// did work. |
thank you a lot, https fix the problem with jupyter cells visibility |
Amazing work! I am thoroughly enjoying remote dev using code-server; thanks for the hard work!
This commentary is similar to #4395.
OS/Web Information
code-server --version
: 3.12, 4.0.0, and 4.0.1 testedIssue
Existing jupyter notebooks and new notebooks aren't appearing to execute. I see the jupyter menu for execution of cells and outline but the page never loads (loading bar keeps panning back and forth).
Steps to Reproduce
UID_GID="$(id -u):$(id -g)" docker-compose -f /raid/data/docker_builds/docker-compose.yml up --build
in a slurm script.Logs
There are no errors in my logs and I see an active runtime status for jupyter (ms-toolsai.jupyter-2021.11.1001552333) and python (ms-python.python-2021.12.1559732655).
Notes
I have tried including --install-extension ms-python.python and jupyter in the dockerfile and removing it and installing it through the extension marketplace but that does not make a difference. I also have tried installing from .vsix but had compatibility issues. Lastly, I included "enabledApiProposals" list to the jupyter extension package.json and reinitialized code-server but the changes were not picked up.
The text was updated successfully, but these errors were encountered: