TheDataMine / the-examples-book

Supplementary material for solving projects assigned in The Data Mine.
https://the-examples-book.com
20 stars 36 forks source link

Link to notebook splitter script #940

Open funblaster22 opened 6 months ago

funblaster22 commented 6 months ago

Hello, I added a link in the submissions page to a notebook splitter script I wrote that I thought might be useful to students. Basically, when you run it, it prompts you for a Jupiter notebook and then saves files with the code output. It is also able to handle cases where there are multiple languages in a notebook (i.e. Python code will go into a .py file, code preceded by ! or %bash will go into a .sh file)