简体   繁体   English

在 python jupyter 笔记本中连接到内核问题

[英]Having a connecting to kernel issue in a python jupyter notebook

我使用 anaconada 安装了 jupyter,每当我制作一个 python 笔记本时,我都会在受信任的消息旁边收到一条连接到内核的消息(对不起,我无法添加图像)然后我尝试重新加载该站点并得到一个“这个站点不能到达'错误

Just re-install only the jupyter notebook by the following steps:只需按照以下步骤重新安装 jupyter notebook:

1: ->> Open 'Run' type cmd and press ok. 1:->>打开“运行”输入cmd并按确定。

Run the commands given below:运行下面给出的命令:

2: ->> pip uninstall jupyter notebook. 2:->> pip 卸载 jupyter notebook。

3: ->> pip install jupyter notebook. 3:->> pip install jupyter notebook。

4: ->> Now to open in browser simple type->> jupyter notebook 4:->>现在在浏览器中打开简单类型->> jupyter notebook

Now to open it in future just follow step 1 & step 4.现在要在将来打开它,只需按照步骤 1步骤 4 操作即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM