为jupyter笔记本电脑启用splitcell / splitcell扩展时出错

时间:2020-07-16 21:21:06

标签: python jupyter-notebook

如果要在上升演示文稿中将幻灯片分成两列,则必须安装jupyter_contrib_nbextensions:

pip install jupyter_contrib_nbextensions

但是,我无法通过运行来启用:

jupyter nbextension enable splitcell/splitcell

有这个问题

Enabling notebook extension splitcell/splitcell...
      - Validating: problems found:
        - require?  X splitcell/splitcell

一些解决方案?

1 个答案:

答案 0 :(得分:1)

您是否通过运行将nbextensions添加到jupyter

jupyter nbextensions_configurator enable --user

还是类似的?参见Step 2 of the nbextensions README