You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to execute JS within the notebook, and rather than including it using the .. raw:: html directive, I'd like to use Jupyter.
The following works within jupyterlab, but not using the jupyter-sphinx extension. I'm guessing that THREE isn't being imported and the library isn't being loaded.
I'd like to execute JS within the notebook, and rather than including it using the
.. raw:: html
directive, I'd like to use Jupyter.The following works within jupyterlab, but not using the
jupyter-sphinx
extension. I'm guessing that THREE isn't being imported and the library isn't being loaded.Is there any way to get this to work?
The text was updated successfully, but these errors were encountered: