Jupyter笔记本未通过cmd打开

2024-04-20 15:45:17 发布

您现在位置:Python中文网/ 问答频道 /正文

当我试图通过cmd打开Jupyter笔记本时,会显示一个错误ImportError: DLL load failed: The specified procedure could not be found。我试过这样做:

C:\Users\Hasan\Desktop\PythonWork>jupyter notebook

Traceback (most recent call last):
File "C:\Users\Hasan\Anaconda3\Scripts\jupyter-notebook-script.py", line 6, in
 <module>

    from notebook.notebookapp import main
  File "C:\Users\Hasan\Anaconda3\lib\site-packages\notebook\notebookapp.py", lin
e 62, in <module>

    from tornado import httpserver
  File "C:\Users\Hasan\Anaconda3\lib\site-packages\tornado\httpserver.py", line 29, in <module>

    import ssl
  File "C:\Users\Hasan\Anaconda3\lib\ssl.py", line 98, in <module>

    import _ssl             # if we can't import it, let the error propagate
ImportError: DLL load failed: The specified procedure could not be found.

C:\Users\Hasan\Desktop\PythonWork>

我原以为Jupyter笔记本会在Google Chrome上打开,但它没有打开


Tags: inpyimportssllibline笔记本jupyter