You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there's a quick way to add the jupytext header to a file without needing to round-trip it to ipynb first. I find myself writing jupytext-ready markdown files, and then I need to go find another file and copy/paste its jupytext header so that readers will know what kind of jupytext format it is in.
Is there a way to quickly add a header with the default Jupyter kernels available? Something like jupytext init myfild.md <formatname>
The text was updated successfully, but these errors were encountered:
ah great - OK cool I think we might build in a short-hand for this into jupyter-book, something like jupyter-book init-myst myfile.md. Let me know if the kernel name issue gets fixed
I was wondering if there's a quick way to add the jupytext header to a file without needing to round-trip it to
ipynb
first. I find myself writing jupytext-ready markdown files, and then I need to go find another file and copy/paste its jupytext header so that readers will know what kind of jupytext format it is in.Is there a way to quickly add a header with the default Jupyter kernels available? Something like
jupytext init myfild.md <formatname>
The text was updated successfully, but these errors were encountered: