简体   繁体   中英

Error enabling splitcell/splitcell extension for jupyter notebooks

If I want split slides into two columns in my rise presentation, I have to install the jupyter_contrib_nbextensions:

pip install jupyter_contrib_nbextensions

but, I can't be enabled by running:

jupyter nbextension enable splitcell/splitcell

with this problem

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

Some solution?

Did you add the nbextensions to jupyter by running

jupyter nbextensions_configurator enable --user

or similar? See Step 2 of the nbextensions README .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM