簡體   English   中英

Jupyter notebook 無法啟動,需要幫助

[英]Jupyter notebook does't start, an assistance is required

我已經安裝了 python 3.8.10、64 位、OS Windows10 和 jupyter notebook(有關 jupyter 的詳細信息如下)。 Python 工作正常,但 notebook 根本無法啟動。 早期版本的 python 以及 jupyter notebook 運行良好。

不幸的是,我無法在互聯網上找到我的問題的答案或解決方案。 我想我已經嘗試了幾乎所有的方法,包括清理寄存器。 什么都行不通。 坦率地說,如果命令提示符中有任何錯誤,那會更容易,但可惜沒有,只是啟動過程處於一種不確定狀態。 但是,這可能與 IPython 相關,當我嘗試單獨啟動它時,由於某種原因,它也像筆記本一樣處於啟動狀態。

信息:

C:\Users\username>python --version
Python 3.8.10

C:\Users\username>pip show notebook
Name: notebook
Version: 6.4.5
Summary: A web-based notebook environment for interactive computing
Home-page: http://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD
Location: c:\users\username\appdata\local\programs\python\python38\lib\site-packages
Requires: argon2-cffi, ipykernel, ipython-genutils, jinja2, jupyter-client, jupyter-core, nbconvert, nbformat, prometheus-client, pyzmq, Send2Trash, terminado, tornado, traitlets
Required-by:

C:\Users\username>jupyter --version
Selected Jupyter core packages...
IPython          : 7.28.0
ipykernel        : 6.4.2
ipywidgets       : not installed
jupyter_client   : 7.0.6
jupyter_core     : 4.8.1
jupyter_server   : not installed
jupyterlab       : not installed
nbclient         : 0.5.4
nbconvert        : 6.2.0
nbformat         : 5.1.3
notebook         : 6.4.5
qtconsole        : not installed
traitlets        : 5.1.0

此外,我什至安裝了所有卸載的模塊,它也沒有工作。

我建議安裝 Anaconda。 它包含 Spyder(一個 Python IDE)、Jupyter Notebook 和 JupyterLab(我更喜歡 JupyterLab 方式)以及更多東西。 不需要安裝額外的包/更新等,因為這一切都是通過 Anaconda 導航器完成的。

每個文件也被保存。

看一看: https : //www.anaconda.com/products/individual

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM