Skip to main content
added 2 characters in body
Source Link
user4447799
user4447799

If you want to convert all *.ipynb*.ipynb files from current directory to python script, you can run the command like this:

jupyter nbconvert --to script *.ipynb 

If you want to convert all *.ipynb files from current directory to python script, you can run the command like this:

jupyter nbconvert --to script *.ipynb 

If you want to convert all *.ipynb files from current directory to python script, you can run the command like this:

jupyter nbconvert --to script *.ipynb 
Source Link
Břetislav Hájek
  • 3.7k
  • 2
  • 17
  • 17

If you want to convert all *.ipynb files from current directory to python script, you can run the command like this:

jupyter nbconvert --to script *.ipynb