Nicolas M. Thiéry
Nicolas M. Thiéry
Scenario: - At any time, the user can create a group of questions, providing a label (typically `Exercise 1`). - Upon creating a question, the user can assign it to...
## Description I have a Python package which includes package data, to be accessed through `importlib.resources`. However, within jupyterlite, `importlib.resources` fails do find the data. ## Reproduce 1. Clone https://github.com/jupyterlite/xeus-python-demo...
## Description When both in full-screen mode and edit mode, hitting esc is ambiguous: exit the full-screen or switch to command mode. ## Reproduce 1. Follow jupyterlab-rise's [binder link](https://mybinder.org/v2/gh/jupyterlab-contrib/rise/main?urlpath=lab/tree/examples/README.ipynb) 2....
## Description Not sure if this is a jupyterlab-myst or jupyterlab-rise issue, so posting here with crosspost there. When jupyterlab-myst installed, myst takes over the rendering of markdown cells to...
## Description Trying to currently install jupyterlab-deck from the git repository fails. ## Reproduce Short version: ``` pip install git+https://github.com/deathbeds/jupyterlab-deck.git ``` Long version: ``` git clone [email protected]:deathbeds/jupyterlab-deck.git cd jupyterlab_deck pip...
## Elevator Pitch Decorate cell inputs and outputs on the left with an indicator of the execution status, like in the Notebook viewer: ``` [2] 1 + 1 [2] 2...
## Description JupyterLab-Deck sounds very promising. However, coming from rise / reveal, I am used to `space` (resp. `shift-space`) to move through the whole slide show by minimal step; e.g....
## Elevator Pitch Remote pointers typically send `PageDown` and `PageUp` events to navigate through slideshows. It would be therefore handy if jupyterlab-deck supported these shortcuts. `PageDown`: display the next fragment/subslide/slide...
As of Myst 1.2.7 a toc entry in `myst.yml` such as ``` - file: bla.md title: The Bla ``` produces an HTML table of content with the title for this...