Hello,
when installing jupyter, I should come with a command called `jupyter nbconvert` or `nbconvert` or `jupyter-nbconvert`. You can use the command to convert notebooks into various different formats including python code files.
> The simplest way to use nbconvert is
>
> > jupyter nbconvert mynotebook.ipynb --to html
>
> Options include ['asciidoc', 'custom', 'html', 'latex', 'markdown', 'notebook', 'pdf', 'python', 'rst', 'script', 'slides', 'webpdf'].
>
>Multiple notebooks can be given at the command line in a couple of different ways:
>
> > jupyter nbconvert notebook*.ipynb
> > jupyter nbconvert notebook1.ipynb notebook2.ipynb
Kind regards
yfprojects