Chris Holdgraf
Chris Holdgraf
Hello 👋 - we use a slight fork of alabaster for our repositories in the JupyterHub project. Recently I've added a sticky "on this page" sidebar to the right of...
I'm trying to use papermill to generate report notebooks that include ipywidgets in their outputs. When I use papermill to build these, the widget state doesn't seem to be included...
Currently, the `execute_notebook` function assumes a path to an input and output notebook. Sometimes, I'd like to manipulate the notebook that's already in memory, or output a notebook that's in-memory...
As I was running notebooks with papermill, I found myself intuitively expecting that some kind of attribute would be added to the notebook telling me which of the cells were...
### Describe the bug **context** When somebody references a local document that has a space in the title, the reference does not properly resolve. So for example, `[my text](./path/to/my doc.md`...
### Describe the bug When section headers start with a number, they are labeled in a confusing way by the auto-header anchor generator. They simply have the structure `id`. For...
### Describe the enhancement you'd like In the wiki world, it is common to use wikilinks (like `[[mylink]]`) for references within and between pages. This is quite similar semantically to...
In a recent conversation we discussed how someone could build a MyST Parser from scratch within Python. @chrisjsewell noted that because MyST is built on markdown-it-py, this would be a...
To my knowledge, right now voila has two options for customization: * either you use the voila defaults, which output a really barebones notebook+widgets * you write your own Voila...
I wanted to add ipyvolume to the [jupyter book list of interactive data viz libraries](https://beta.jupyterbook.org/use/interactive.html), but I couldn't find documentation for how to embed ipyvolume into HTML contexts outside of...