我尝试安装jupyter_contrib_nbextensions:http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html
一切都很好但是当我打开笔记本时没有任何变化.我看不到我应该看到的新工具栏.
当我重新安装扩展时,过程是相同的(我没有消息告诉我文件已经存在).我没有错误.所以我无法弄清楚它为什么不起作用.
非常感谢.
如何检查 Google 的 Colab 笔记本中的变量?我尝试添加此讨论提供的扩展(Jupyter Notebook 中的变量资源管理器)来访问变量资源管理器。虽然它已成功安装,但我无法使用该扩展程序。有没有其他方法可以做到这一点?
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 上的等效项是什么?