Open
Description
Description
I'm working on implementing a simple example of jupyterlite in the pydata-sphinx-theme (pydata/pydata-sphinx-theme#755). I try to keep it to the most simple example possible. I'm trying a retrolite display:
.. retrolite::
:prompt: Try Retrolite!
but when I click on the prompt btn, it opens the lite
folder instead of launching a notebook
Reproduce
install the lib
pip install jupyterlite-sphinx
add the extension to my conf.py
# conf.py
extensions = [
'jupyterlite_sphinx',
]
nothing else (maybe that's actually the issue)
Context
- JupyterLite version: latest
- Operating System and version: MacOSX 12.5.1
- Browser and version: Safari 16.0