remykarem / python2jupyter

Convert from Python script to Jupyter notebook and vice versa
MIT License
125 stars 32 forks source link

multiple file #9

Open chrislouis0106 opened 4 years ago

chrislouis0106 commented 4 years ago

hi, if I have a directory with python file, I want to convert the all of the python files to the ipynb format. So I want to consult whether it can solve it or not? Maybe could you give me some advice to complete the work. Thank you a lot. Best withes!

remykarem commented 4 years ago

For now, you can loop through the files using bash for-loop.