为什么我的Jupyter工具栏缺少TOC和参考按钮

时间:2015-10-27 08:08:39

标签: python ipython jupyter

根据to this link,我们可以在Jupyter中找到TOC /参考工具栏:

enter image description here

但为什么我的那3个按钮没有出现呢? 我该如何启用它们?

我尝试安装印花布。 使用这个

$ sudo ipython install-nbextension https://bitbucket.org/ipre/calico/downloads/calico-document-tools-1.0.zip
Password:
downloading https://bitbucket.org/ipre/calico/downloads/calico-document-tools-1.0.zip to /tmp/tmpAG0vDt/calico-document-tools-1.0.zip
extracting /tmp/tmpAG0vDt/calico-document-tools-1.0.zip to /usr/local/share/jupyter/nbextensions

然后这样做会让我失败。

In [1]: import IPython

In [2]: IPython.load_extensions('calico-document-tools');
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-2-0e54e8411271> in <module>()
----> 1 IPython.load_extensions('calico-document-tools');

AttributeError: 'module' object has no attribute 'load_extensions'

  [1]: http://jupyter.cs.brynmawr.edu/hub/dblank/public/Jupyter%20Notebook%20Users%20Manual.ipynb#1.-Getting-to-Know-your-Jupyter-Notebook's-Toolbar
  [2]: https://jupyter.org/

1 个答案:

答案 0 :(得分:2)

您正在谈论的功能默认情况下不会使用Jupyter笔记本。

您可以在其中找到一些可以轻松找到的扩展程序。安装以改善笔记本的基本功能。在这里,您可以找到一些可以安装的扩展程序: