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

Python 为jupyter笔记本启用splitcell/splitcell扩展时出错,python,jupyter-notebook,Python,Jupyter Notebook,如果我想在rise演示文稿中将幻灯片分成两列,我必须安装jupyter_contrib_nbextensions: pip安装jupyter\u contrib\u nbextensions 但是,我无法通过运行以下命令启用: jupyter nbextension启用拆分单元/splitcell 有这个问题吗 Enabling notebook extension splitcell/splitcell... - Validating: problems found:

如果我想在rise演示文稿中将幻灯片分成两列,我必须安装jupyter_contrib_nbextensions:

pip安装jupyter\u contrib\u nbextensions

但是,我无法通过运行以下命令启用:

jupyter nbextension启用拆分单元/splitcell

有这个问题吗

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

一些解决方案?

您是否通过运行

jupyter nbextensions_configurator enable --user
还是类似的?看