Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/316.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Jupyter笔记本服务器没有';开始_Python_Anaconda_Jupyter Notebook_Jupyter_Conda - Fatal编程技术网

Python Jupyter笔记本服务器没有';开始

Python Jupyter笔记本服务器没有';开始,python,anaconda,jupyter-notebook,jupyter,conda,Python,Anaconda,Jupyter Notebook,Jupyter,Conda,我有一台安装了jupter的Windows机器,运行良好。一周后 > jupyter notebook [I 12:18:13.640 NotebookApp] [nb_conda_kernels] enabled, 5 kernels found 然后什么也没发生,Ctrl+z也不起作用。我的笔记本无法运行,因为服务器无法正常工作 我能解决这个问题吗?我有一个关于那些笔记本的演示 谢谢。首先,似乎存在状态不稳定的jupyter服务器。所以如果你不确定发生了什么。试着重新启动你的电脑 其

我有一台安装了jupter的Windows机器,运行良好。一周后

> jupyter notebook
[I 12:18:13.640 NotebookApp] [nb_conda_kernels] enabled, 5 kernels found
然后什么也没发生,Ctrl+z也不起作用。我的笔记本无法运行,因为服务器无法正常工作

我能解决这个问题吗?我有一个关于那些笔记本的演示


谢谢。

首先,似乎存在状态不稳定的jupyter服务器。所以如果你不确定发生了什么。试着重新启动你的电脑


其次,您可以通过
conda create-n name python=x.x
创建一个纯环境。只需删除
anaconda
。然后使用
pip install jupyter
来安装jupyter。

有时这会花费太多时间。您等待了多长时间?这是您的演示文稿的临时解决方案,将其上载到github并打开,然后重新安装您的jupyter
conda-remove-jupyter&&conda-install-jupyter
您可以通过
conda-create-n py27-python=2.7
创建纯环境。只需移除巨蟒即可。我强烈建议您重新启动计算机。您似乎正在运行一个您不记得的jupyter服务器。不要使用pip将软件包安装到conda环境中,尤其是当conda软件包可用时。