Using Literate.jl in reverse: convert Jupyter to script

I thought that this existed, but when checking current Literate.jl docs, I didn’t find any function to go from a Jupyter notebook to Julia script that would generate said notebook.

Have I missed something or is this not possible?

Look into jupytext. It’s Python based but does well at converting into and out of notebooks. There’s also nbconvert, which I have less experience with.

See also Jupyter2Pluto.jl