Error executing Jupyter command 'notebok': [Errno 'jupyter-notebok' not found] 2
C:\Users\Administrator>jupyter notebok
Error executing Jupyter command 'notebok': [Errno 'jupyter-notebok' not found] 2
解决:
1、使用 jupyter-notebook启动
2、重新安装:
pip3 install --upgrade --force-reinstall --no-cache-dir jupyter
问题
首先安装 jupyter,命令为pip install jupyter
(venv) D:\MLiA>pip install jupyter
Collecting jupyter
Downloading https://files.pythonhosted.org/packages/83/df/0f5dd132200728a86190397e1ea87cd76244e42d39ec5e88efd25b2abd7e/jupyter-1.0.0-py2
.py3-none-any.whl
Collecting ipywidgets (from jupyter)
Downloading https://files.pythonhosted.org/packages/34/3a/5b258ea6d584f5a8527c2295d0ebf7ffb1654e3de38d37697f88bbef6621/ipywidgets-7.4.0-
py2.py3-none-any.whl (109kB)
100% |████████████████████████████████| 112kB 728kB/s
然后,启动jupyter notebook,却提示出错
(venv) D:\MLiA>jupyter notebook
Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2
解决方法
输入: jupyter-notebook
(venv) D:\MLiA>jupyter-notebook
[I 15:33:17.594 NotebookApp] Writing notebook server cookie secret to C:\Users\AppData\Roaming\jupyter\runtime\notebook_cookie_secre
t
[W 15:33:18.032 NotebookApp] Terminals not available (error was No module named 'winpty.cywinpty')
[I 15:33:18.032 NotebookApp] Serving notebooks from local directory: D:\MLiA
[I 15:33:18.032 NotebookApp] The Jupyter Notebook is running at:
[I 15:33:18.032 NotebookApp] http://localhost:8888/?token=58d6cbb67aba487dc5f952ebdea19a8462f2ba551cd24a21
[I 15:33:18.032 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 15:33:18.063 NotebookApp]
About Me
........................................................................................................................ ● 本文作者:小麦苗,部分内容整理自网络,若有侵权请联系小麦苗删除 ● 本文在itpub( http://blog.itpub.net/26736162 )、博客园( http://www.cnblogs.com/lhrbest )和个人weixin公众号( xiaomaimiaolhr )上有同步更新 ● 本文itpub地址: http://blog.itpub.net/26736162 ● 本文博客园地址: http://www.cnblogs.com/lhrbest ● 本文pdf版、个人简介及小麦苗云盘地址: http://blog.itpub.net/26736162/viewspace-1624453/ ● 数据库笔试面试题库及解答: http://blog.itpub.net/26736162/viewspace-2134706/ ● DBA宝典今日头条号地址: http://www.toutiao.com/c/user/6401772890/#mid=1564638659405826 ........................................................................................................................ ● QQ群号: 230161599 (满) 、618766405 ● weixin群:可加我weixin,我拉大家进群,非诚勿扰 ● 联系我请加QQ好友 ( 646634621 ) ,注明添加缘由 ● 于 2019-05-01 06:00 ~ 2019-05-30 24:00 在魔都完成 ● 最新修改时间:2019-05-01 06:00 ~ 2019-05-30 24:00 ● 文章内容来源于小麦苗的学习笔记,部分整理自网络,若有侵权或不当之处还请谅解 ● 版权所有,欢迎分享本文,转载请保留出处 ........................................................................................................................ ● 小麦苗的微店 : https://weidian.com/s/793741433?wfr=c&ifr=shopdetail ● 小麦苗出版的数据库类丛书 : http://blog.itpub.net/26736162/viewspace-2142121/ ● 小麦苗OCP、OCM、高可用网络班 : http://blog.itpub.net/26736162/viewspace-2148098/ ● 小麦苗腾讯课堂主页 : https://lhr.ke.qq.com/ ........................................................................................................................ 使用 weixin客户端 扫描下面的二维码来关注小麦苗的weixin公众号( xiaomaimiaolhr )及QQ群(DBA宝典)、添加小麦苗weixin, 学习最实用的数据库技术。
........................................................................................................................ |
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/26736162/viewspace-2643467/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/26736162/viewspace-2643467/
上一篇: php怎么获取类的所有方法
下一篇: jquery怎样清除子元素
推荐阅读
-
Error executing Jupyter command ‘notebook‘: [Errno 2] No such file or directory
-
jupyter notebook - Error executing Jupyter command 'notebook': [Errno 2] No such file or directory
-
Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2
-
Error executing Jupyter command 'notebook': [Errno 2 解决方案
-
Error executing Jupyter command 'notebok': [Errno 'jupyter-notebok' not found] 2
-
由jupter notebook:Error executing Jupyter command ‘notebook‘: [Errno ‘jupyter-notebook‘ not found]的思考
-
[已解决]Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2
-
Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2解决方法
-
Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2解决方法
-
Error executing Jupyter command 'contrib': [Errno 'jupyter-contrib' not found]解决办法