MyST-NB
MyST-NB copied to clipboard
Parse and execute ipynb files in Sphinx
### Describe the bug **context** When I use the download .ipynb functionality. **expectation** I expected any cells marked as `remove-output`/`remove-input` to be excluded from the downloaded notebook. **bug** But instead...
Noticed while reviewing a PR https://github.com/executablebooks/MyST-NB/pull/683#discussion_r2183119275, (but didn't notice while reviewing the CSS PR 😱 ) https://github.com/executablebooks/MyST-NB/commit/4b7a0eda8574416aca3e213e8cdaf310427beaf9 I would like to see having only one way to do the same...
currently the job is disabled, we should either clean it up or fix (there were some token issues last time I checked). That's being said, it's questionable how useful to...
### Describe the bug When adding some additional options such as `:align: center` or `widths: grid` to a table and then trying to display it using `display(Markdown(my_table))`, the alignment (and...