MyST-NB
MyST-NB copied to clipboard
Parse and execute ipynb files in Sphinx
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. Commits cf4a6f5 release 8.22.1 3ebd53b Depend upon traitlets >5.13.0 (#14353) c60fa3f Depend upon traitlets >5.13.0 7fce1ae Depend upon traitlets >5.10.0...
This deprecation was introduced in docutils 0.18.2
### Describe the bug **context** When I include a notebook into sphinx from a different location as described [here](https://myst-nb.readthedocs.io/en/latest/docutils.html), the conf.py parameter is not picked up: ```rst .. include:: ../../some/nexted/path/include.ipynb...
### Describe the bug **context** I have a nice markdown table like this: ``` | a | b | c | |---|---|---| | 1 | 2 | 3 | ```...
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. Release notes Sourced from pre-commit/action's releases. pre-commit/[email protected] Misc Update actions/cache to v4 #190 PR by @SukiCZ. #189 issue by @bakerkj. Commits 2c7b380 v3.0.1 8e2deeb...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Updates the requirements on [jupytext](https://github.com/mwouts/jupytext) to permit the latest version. Release notes Sourced from jupytext's releases. Version 1.16.0 Added The Jupytext Menu is back! And text notebooks can be created...
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. Release notes Sourced from matplotlib's releases. REL: v3.8.1 This is the first bugfix release of the 3.8.x series. This release...
### Context Within my Jupyter Book project I found myself at a bad trade-off in functionality between using myst's `eval` directive, for super simple markdown variable inlining and some of...
### Describe the bug Looks like documentation build still fail. ### Reproduce the bug I'm building documentation without have `myst-nb` installed. It is possible to do that with below patch...