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

Sphinx extension using JupyterLite to render Notebooks

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

### Problem The `TryExamples` directive currently reveals an iframe from a "Try it" button to showcase notebooks for a Pyodide kernel, which then displays the Notebook interface containing the example...

enhancement

Also, we should add tests in CI that build docs for a simple site to make sure everything works. _Originally posted by @steppi in https://github.com/jupyterlite/jupyterlite-sphinx/issues/236#issuecomment-2558479327_ Besides integration testing with a...

### Problem A number of buttons use an onclik window.open to open in a new window, while `` exist for this purpose. This is not optimal as a hover on...

enhancement

### Problem I don't know how to configure jupyterlite-sphinx with xeus for my project. I have looked at ipycanvas, ipytone, ipyleaflet. All are configured slightly differently, and none of them...

documentation

### Problem I am new to the project and could not get `jupyterlite-sphinx` running on top of my existing Sphinx site in less than three hours. One of the reasons...

enhancement

### Problem Currently, when writing to-be-interactive documentation (REPL style, like doctests), I have 3 choices: (Example from https://aiocoap.readthedocs.io/en/latest/guidedtour.html#a-request: 1. Write it out in full (like doctest, nothing Jupyter-ish) 2. Use...

enhancement

### Problem Story: I want to expose a directory structure in my jupyterlite instance. This jupyterlite instance is a part of a documentation site, and I want the jupyterlite instance...

enhancement

## Description This PR closes #275; it adds the new REPL configuration options for the Replite directive from https://github.com/jupyterlite/jupyterlite/pull/1573 and associated documentation for these options. Like the previous addition via...

enhancement

Write a blog post about `jupyterlite-sphinx` that describes its origins, its features, and use cases, and refer to this repository within it. - [ ] Write a blog post -...

@hoodmane recently pointed out that he is unable to access the examples for the NumPy devdocs on his computer, so pages like https://numpy.org/devdocs/reference/generated/numpy.sin.html don't show the buttons. I've opened this...