jupyter / jupyter/notebook

Unable to run jupyter on my vm

Open
#5,459 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
13.3k
Forks
5.8k
Avg merge
6d 11h
Merged PRs (30d)
7

Description

Failed to write server-info to /home/man/.local/share/jupyter/runtime/nbserver-31350.json: [Errno 28] No space left on device
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/apps/anaconda3_new/bin/jupyter-notebook", line 11, in
sys.exit(main())
File "/apps/anaconda3_new/lib/python3.7/site-packages/jupyter_core/application.py", line 267, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
File "/apps/anaconda3_new/lib/python3.7/site-packages/traitlets/config/application.py", line 664, in launch_instance
app.start()
File "/apps/anaconda3_new/lib/python3.7/site-packages/notebook/notebookapp.py", line 1834, in start
self.write_browser_open_file()
File "/apps/anaconda3_new/lib/python3.7/site-packages/notebook/notebookapp.py", line 1753, in write_browser_open_file
self._write_browser_open_file(open_url, f)
OSError: [Errno 28] No space left on device

How to change the the path of server info ?

Contributor guide

Open the contributing guide

Research direction

Start with the traceback in notebook/notebookapp.py, especially write_browser_open_file, and inspect how Jupyter determines the runtime directory for server-info. Reproduce the failure with the reported no-space condition; done means identifying and documenting a supported way to place the server-info file on a writable filesystem.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.