jupyterlite-sphinx icon indicating copy to clipboard operation
jupyterlite-sphinx copied to clipboard

Sphinx extension using JupyterLite to render Notebooks

Results 32 jupyterlite-sphinx issues
Sort by recently updated
recently updated
newest added

## Description I'm working on implementing a simple example of jupyterlite in the pydata-sphinx-theme (https://github.com/pydata/pydata-sphinx-theme/issues/755). I try to keep it to the most simple example possible. I'm trying a retrolite...

bug

I'm a regular python developer so I know how to build an environment using pip based on the `requirement.txt` file, the `setup.py` in or out of a venv. I can...

documentation

The demo executable-book PR https://github.com/executablebooks/sphinx-book-theme/pull/558 adds a "Launch in Jupterlite" button to Jupyter Book. At the moment, the user must manually copy over notebook files to the distribution. Ideally,`jupyterlite-sphinx` should...

enhancement

### Problem An embedded retrolite or jlab iframe is *really* valuable to have in a docs page as it provides the user an immediate opportunity to interact, but it comes...

enhancement

As discussed in https://github.com/jupyterlite/jupyterlite-sphinx/pull/67 we should improve the "try it live!" button look. @jtpio said in https://github.com/jupyterlite/jupyterlite-sphinx/pull/67: > Wondering whether adding the "thread" of the bulb would make it even...

enhancement

This might just be a misunderstanding on my part, but I had expected `:replite:` provide an editable cell, instead it acts more like a repl, which means copy & pasting...

documentation

Is it's possible to make the entire page active as a jupyter kernel? So if I wrote the docs as a notebook then they just become active. Currently the jupyter...

- [ ] jupyter_lite_apps (defaults to `[]`, `["repl", "retro", "lab"]`) - [x] jupyter_lite_contents - [ ] jupyter_lite_piplite_wheels - [ ] jupyter_lite_pyodide - [ ] jupyter_lite_collaborative

enhancement

## Description Contents seem to be removed when re-building the documentation (with the cache). ## Reproduce 1. Run sphinx ``` $ python -m sphinx -b html -d build/doctrees . build/html...

bug

### Problem When the documentation page loads, it scrolls down to the JupyterLab iframe, we should disable this behavior (related to https://github.com/jupyterlite/jupyterlite/issues/616). ### Proposed Solution Unknown solution

enhancement