Existing and new jupyter notebooks not loading in 3.12.0, 4.0.0-pre-release, or 4.0.1
See original GitHub issueAmazing work! I am thoroughly enjoying remote dev using code-server; thanks for the hard work! This commentary is similar to #4395.
OS/Web Information
- Web Browser: Chome/Safari
- Local OS: MacOS
- Remote OS: Linux
- Remote Architecture: x86_64
code-server --version
: 3.12, 4.0.0, and 4.0.1 tested
Issue
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
- I am using this dockerfile and this docker-compose.yml
- My containers are then spun up using
UID_GID="$(id -u):$(id -g)" docker-compose -f /raid/data/docker_builds/docker-compose.yml up --build
in a slurm script. - I navigate to a chrome or safari browser on the host server on port 8443 and try to open a notebook, but it just hangs.
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.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:13 (3 by maintainers)
Top GitHub Comments
yes,
https://
did work.thank god! https:// did work.