-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
launching a jupyterlite open the lite folder #76
Comments
Thanks for opening an issue :) It's expected that .. retrolite::
:prompt: Try Retrolite! opens the tree. You can open a Notebook by passing it: .. retrolite:: my_notebook.ipynb
:prompt: Try Retrolite! Also, if what you want is the most simple JupyterLite setup, I can suggest using replite to just get a repl: .. replite::
:prompt: Try Retrolite! |
Thanks a lot for your fast answer. I'll have a look at the replite command. |
Since this PR (introduced in Please report back if what I just said is correct 😁, I'm not 100% sure |
I tried using a custom notebook: .. retrolite:: ./_templates/my_notebook.ipynb
:prompt: Try Retrolite! no error is raised but the tree is still opening instead of the jupyterlite instance |
I still fail to make it work on my local computer but I managed to have a working display in pydata/pydata-sphinx-theme#1023. feel free to close the issue if you think it's coming from my computer set up |
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:
but when I click on the prompt btn, it opens the
lite
folder instead of launching a notebookReproduce
install the lib
add the extension to my
conf.py
nothing else (maybe that's actually the issue)
Context
The text was updated successfully, but these errors were encountered: