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.

Existing and new jupyter notebooks not loading in 3.12.0, 4.0.0-pre-release, or 4.0.1

See original GitHub issue

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

  • 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

  1. I am using this dockerfile and this docker-compose.yml
  2. 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.
  3. 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.
Screen Shot 2022-01-05 at 3 15 01 PM

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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
CNoratocommented, Mar 16, 2022

yes, https:// did work.

2reactions
hanson-youngcommented, Sep 15, 2022

thank god! https:// did work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What to do when things go wrong - The Jupyter Notebook
If you're using a menu shortcut or Anaconda launcher to start it, try opening a terminal or command prompt and running the command...
Read more >
You want to use Jupyter Notebook (AEN 4.0)
Anaconda Enterprise Notebooks allows you to start using the latest Jupyter Notebook as soon as you login. You don't have to worry about...
Read more >
ipython version conflict while installing mermaid and ipykernel ...
I have to install nb-mermaid according to this. It's no wonder that that project includes some very old dependencies: it hasn't been touched ......
Read more >
Jupyter notebook browser page not loading
I am relatively new to anaconda and jupyter notebooks and am having the exact same problem running on windows 10. I have tried...
Read more >
Virtual Environments in Anaconda Jupyter notebook
While this has its advantages, there were some interesting decisions made about package storage and resolution, which has lead to some problems, ...
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