anaconda安装后调用jupyter常见问题

打开cmd

C:\Users\zr>python -m jupyter //查看
C:\Users\zr\AppData\Local\Programs\Python\Python310\python.exe: No module named jupyter

C:\Users\zr>pip list //查看到没有jupyter
Package    Version
---------- -------
pip        22.0.4
setuptools 58.1.0

C:\Users\zr>pip install notebook //进行安装
Collecting notebook
  Downloading notebook-6.4.11-py3-none-any.whl (9.9 MB)
     ---------------------------------------- 9.9/9.9 MB 322.2 kB/s eta 0:00:00//安装中
//安装完毕 登录 
C:\Users\zr>jupyter notebook
[I 10:16:19.634 NotebookApp] Writing notebook server cookie secret to C:\Users\zr\AppData\Roaming\jupyter\runtime\notebook_cookie_secret
[I 10:16:20.326 NotebookApp] Serving notebooks from local directory: C:\Users\zr
[I 10:16:20.326 NotebookApp] Jupyter Notebook 6.4.11 is running at:
[I 10:16:20.327 NotebookApp] http://localhost:8888/?token=db984bcb5193a283bdf36a2aaedd28860e9ff2ff03dd01d6
[I 10:16:20.327 NotebookApp]  or http://127.0.0.1:8888/?token=db984bcb5193a283bdf36a2aaedd28860e9ff2ff03dd01d6
[I 10:16:20.328 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 10:16:20.425 NotebookApp]

    To access the notebook, open this file in a browser:
        file:///C:/Users/zr/AppData/Roaming/jupyter/runtime/nbserver-4212-open.html
    Or copy and paste one of these URLs:
        http://localhost:8888/?token=db984bcb5193a283bdf36a2aaedd28860e9ff2ff03dd01d6
     or http://127.0.0.1:8888/?token=db984bcb5193a283bdf36a2aaedd28860e9ff2ff03dd01d6
posted @ 2022-04-28 10:18  王小瘦的园子  阅读(218)  评论(0编辑  收藏  举报