jupyter / jupyter-sphinx

Sphinx extension for rendering of Jupyter interactive widgets.
https://jupyter-sphinx.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
187 stars 65 forks source link

nbextension install and enable #136

Closed jrdzha closed 4 years ago

jrdzha commented 4 years ago

I have a jupyter extension that requires calling:

jupyter nbextension install
jupyter nbextension enable

Is there a way to achieve this with jupyter-sphinx?

akhmerov commented 4 years ago

Notebook extensions are a part of the jupyter server; jupyter-sphinx doesn't run a notebook server at all.

What does your extension do? What are you trying to achieve?

NB: if your extension renders something on the frontend, I think you'll need to include the relevant javascript on your own (possibly via sphinx extension).

akhmerov commented 4 years ago

I'm going to close this issue, feel free to reopen/open a new one if something isn't addressed.