I wanted to convert jupyter notebook to pluto notebook and reverse way as well. Couldn’t find other solution. Are there any existing tool for this ?
So I tried to write a small script. It worked for me but there are still some problem of needing to wrap cells with begin/end and still other unseen issues.
https://github.com/rojesh-shikhrakar/Pluto2Jupyter.jl
It would be great if some one could provide some suggestion.