Closed
Description
When a notebook is created from a .py
or .md
file using Jupytext, it has no outputs.
We should document how to recreate those using either
jupyter nbconvert --execute
papermill
Example use cases are
- Use cell tags instead of cell meta-data to mark "frozen"/demo cells #226, contributed by @hoangthienan95 : inject parameters in a script using papermill, and run... the script !!
- md to ipynb conversion does not create kernelspec in ipynb #230, contributed by @psychemedia : convert
.md
files to Jupyter notebook using Jupytext, execute them, and render the collection of notebooks as a static site using Jupyter Book.
Metadata
Assignees
Labels
No labels
Activity