Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace nbconvert preprocessors by myst-nb preprocessors #226

Open
maximlt opened this issue Aug 12, 2022 · 0 comments
Open

Replace nbconvert preprocessors by myst-nb preprocessors #226

maximlt opened this issue Aug 12, 2022 · 0 comments

Comments

@maximlt
Copy link
Collaborator

maximlt commented Aug 12, 2022

Currently notebooks are internally executed by nbconvert, but later parsed by myst-nb to support myst-markdown. Using myst-nb all the way would simplify the build process and would certainly come up with some more features and faster builds. What ties nbsite to nbconvert is mostly a few notebook preprocessors (e.g. removing the first n cells of a notebook output). myst-nb seems to have recently added support for preprocessors, it would be interesting to explore whether there would be a way to replace the current nbconvert preprocessors by myst-nb preprocessors. Interesting links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant