简体   繁体   中英

Change path in Jupyter Notebook?

I am trying to change my jupyter notebook directory using cmd. i am getting following error. 'jupyter' is not recognized as an internal or external command,operable program or batch file. .

This error 'Jupyter' is not recognized as an internal or external command, operable program or batch file. mostly means the required program is not installed, when system try to find executable binary it can't find so the error is generated. Reinstalling often solve this problem.

Installation commands using pip

pip install jupyterlab

you have to enable server extension to use it, for that

jupyter serverextension enable --py jupyterlab --sys-prefix

After this run

jupyter lab

Run Jupyter from a specific directory/folder

(From your attached image) After you ran cd E:\stat and then ran Jupyter notebook but you can see the path did not changed in next prompt, to change path to E:\stat you have to run E: after cd E:\stat and then run Jupyter notebook

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM