小编A1x*_*ive的帖子

无法运行 jupyter notebook //NotImplementedError

尝试在本地主机上构建 jupyter notebook,得到错误,

我使用 Windows 10 ,更新了 Microsoft Visual C++ up to 14 version

尝试 pip 卸载 pyzmq

pip卸载jsonschema

pip 安装 pyzmq

pip 安装 jsonschema

但总是这个错误

Traceback (most recent call last):
  File "c:\users\axon\appdata\local\programs\python\python38\lib\runpy.py", line 192, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\axon\appdata\local\programs\python\python38\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\axon\AppData\Local\Programs\Python\Python38\Scripts\jupyter-notebook.EXE\__main__.py", line 7, in <module>
  File "c:\users\axon\appdata\local\programs\python\python38\lib\site-packages\jupyter_core\application.py", line 268, in launch_instance
    return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
  File "c:\users\axon\appdata\local\programs\python\python38\lib\site-packages\traitlets\config\application.py", line 663, in launch_instance
    app.initialize(argv)
  File "<c:\users\axon\appdata\local\programs\python\python38\lib\site-packages\decorator.py:decorator-gen-7>", line 2, in initialize
  File "c:\users\axon\appdata\local\programs\python\python38\lib\site-packages\traitlets\config\application.py", …
Run Code Online (Sandbox Code Playgroud)

python windows pip jupyter jupyter-notebook

2
推荐指数
1
解决办法
2374
查看次数

标签 统计

jupyter ×1

jupyter-notebook ×1

pip ×1

python ×1

windows ×1