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!"
could you please help me to solve this problem to be able to open jupyter lab
thanks
I did:
jupyter serverextension enable --py jupyterlab --user
and
conda install -c conda-forge nodejs
It's running now.