MyST-NB icon indicating copy to clipboard operation
MyST-NB copied to clipboard

Parse and execute ipynb files in Sphinx

Results 194 MyST-NB issues
Sort by recently updated
recently updated
newest added

The initial glue example uses `my_variable` too much (both for the key and the val)...we should make this less confusing for people

documentation
:label: glue

I was just showing off some of the "glue" stuff to collaborators at UC Berkeley, and a piece of feedback that I got was that it was a bit confusing...

enhancement
question
:label: glue

> Another use case that might be worth documenting, is that now you could have a notebook(s) that doesn't actually show up in the documentation (you signify this to sphinx...

documentation
:label: glue

### Describe the problem I noticed that removing or adding `remove-input` tag invalidates cache, despite not influencing the execution. This causes unnecessary re-execution of the code. This likely happens because...

bug

### Describe the enhancement you'd like `remove-input` and `remove-cell` tags shouldn't completely remove the code at the very least if thebe is enabled. Instead they should set `display=none` and unset...

enhancement

### Describe the enhancement you'd like In https://github.com/executablebooks/MyST-NB/pull/347 we pinned ipykernel to 5.5 in order to avoid some regressions in the testing infrastructure. We should upgrade this to 6.0 in...

enhancement

### Describe the problem The config value `nb_custom_formats` can be a string, as documented [here](https://myst-nb.readthedocs.io/en/latest/examples/custom-formats.html#custom-notebook-formats). If it is, then `validate_config_values()` converts it to a tuple [here](https://github.com/executablebooks/MyST-NB/blob/c98d4322503e58f947eeea478e005785b178b7f0/myst_nb/__init__.py#L215), presumably in order to...

bug

Hi, thanks for this extension. Could you please add an "Edit in Colab" button so a notebook can be loaded and run in colab with one click? Thanks Philip

enhancement

Hello I'm having an issue when running under a network drive in Windows. Apparently `relpath` is not able to find a relative path between the network share (as returned by...

I need to write an algorithm in a myst notebook: ![algorithm](https://user-images.githubusercontent.com/184798/123077276-321e0b00-d41a-11eb-83a3-613cd2367aba.png) In Rmd, there are several options which are mostly based on adding a new directive. Is it possible to...

enhancement