根据到此链接,我们可以在木星中获得TOC/Reference工具栏

但为什么我的那三个按钮不出现?我怎样才能让他们有能力呢?
我试过安装棉布。用这个
$ 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/发布于 2015-11-02 11:37:34
你所谈论的功能不是木星笔记本的默认功能。
有一些repos,您可以在那里找到扩展,可以“轻松”安装,以改善笔记本的基本功能。在这里,您可以找到一些可以安装的扩展:
https://stackoverflow.com/questions/33362691
复制相似问题