notebook: Could not open static file ''

Hello, I am using:

jupyter core     : 4.5.0
jupyter-notebook : 6.0.0
qtconsole        : 4.5.1
ipython          : 7.6.1
ipykernel        : 5.1.1
jupyter client   : 5.3.1
jupyter lab      : 1.0.2
nbconvert        : 5.5.0
ipywidgets       : 7.5.0
nbformat         : 4.4.0
traitlets        : 4.3.2

and I got this: [E 08:33:07.512 NotebookApp] Could not open static file '' then the notebooks are loaded correctly. Is it normal that kind of message? Thanks.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 22
  • Comments: 18 (1 by maintainers)

Most upvoted comments

Update jupyter notebook worked for me.

If using Anaconda, update Jupyter using conda: conda update jupyter

If using pip: pip install -U jupyter

pip install notebook --upgrade worked for me