How to solve 404 error of jupyter lab

Mahdi J. picture Mahdi J. · Feb 23, 2018 · Viewed 14.3k times · Source

I installed Anaconda on my windows 10. and updated all packages. now I am trying to open Jupyter lab by cmd.

when I type this command in cmd: jupyter lab it just opens a tab in google chrome that shows:

"404 : Not Found You are requesting a page that does not exist!" enter image description here

could you please help me to solve this problem to be able to open jupyter lab

thanks

Answer

user2129887 picture user2129887 · Feb 26, 2018

I did:

jupyter serverextension enable --py jupyterlab --user

and

conda install -c conda-forge nodejs

It's running now.