Pycharm安装jupyter后无法找到的问题

PS:输入jupyter notebook后出现

Available subcommands: console execute kernel kernelspec migrate nbconvert
qtconsole run troubleshoot trust

Jupyter command `jupyter-notebook` not found.

解决方法:

不输入jupyter notebook启动,换用python -m notebook

PS C:\Users\liuya\PycharmProjects\pythonProject> pip install jupyter

PS C:\Users\liuya\PycharmProjects\pythonProject> pip install jupyter notebook

PS C:\Users\liuya\PycharmProjects\pythonProject> python -m notebook
[I 09:51:30.628 NotebookApp] Serving notebooks from local directory: C:\Users\liuya\PycharmProjects\pythonProject
[I 09:51:30.628 NotebookApp] Jupyter Notebook 6.4.10 is running at:
[I 09:51:30.628 NotebookApp] http://localhost:8888/?token=8a46fa4a15a65ab49a93012f73e0387fbc352717e494413d
[I 09:51:30.628 NotebookApp]  or http://127.0.0.1:8888/?token=8a46fa4a15a65ab49a93012f73e0387fbc352717e494413d
[I 09:51:30.628 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 09:51:30.635 NotebookApp]

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐