相关疑难解决方法(0)

Jupyter nbextensions没有出现

我尝试安装jupyter_contrib_nbextensions:http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html

一切都很好但是当我打开笔记本时没有任何变化.我看不到我应该看到的新工具栏.

当我重新安装扩展时,过程是相同的(我没有消息告诉我文件已经存在).我没有错误.所以我无法弄清楚它为什么不起作用.

非常感谢.

jupyter-notebook

9
推荐指数
7
解决办法
6188
查看次数

如何在 Google colab 中使用变量检查器?

如何检查 Google 的 Colab 笔记本中的变量?我尝试添加此讨论提供的扩展(Jupyter Notebook 中的变量资源管理器)来访问变量资源管理器。虽然它已成功安装,但我无法使用该扩展程序。有没有其他方法可以做到这一点?

jupyter-notebook google-colaboratory

5
推荐指数
1
解决办法
9142
查看次数

Windows 下的 Jupyter 中 kernel-1234.json 在哪里?

IPython 具有用于定位内核连接文件的有用功能。

In [1]: from IPython.lib.kernel import find_connection_file
In [2]: find_connection_file()
Out[2]: 'C:\\Users\\me\\.ipython\\profile_default\\security\\kernel-1234.json'
Run Code Online (Sandbox Code Playgroud)

JupyterWindows 上的等效项是什么?

python ipython jupyter

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