Pycharm错误: Jupyter command `jupyter-notebook` not found.
不输入jupyter notebook启动,换用python -m notebook
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]
更多推荐
所有评论(0)