executablebooks / MyST-NB

Parse and execute ipynb files in Sphinx
https://myst-nb.readthedocs.io
BSD 3-Clause "New" or "Revised" License
200 stars 80 forks source link

Add support for custom kernel provision #574

Open agoose77 opened 7 months ago

agoose77 commented 7 months ago

Context

jupyter-book should ideally be an application that one runs with pipx. However, right now it assumes that the user kernels are installed into the same environment as the documentation engine. It would be nice if we could separate the two.

Proposal

Introduce a mechanism for finding external kernels that should be used for notebook execution.

Tasks and updates

No response