Skip to content

launching a jupyterlite open the lite folder #76

Open
@12rambau

Description

@12rambau

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

Capture d’écran 2022-10-07 à 14 57 57

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions