Skip to content

Instantly share code, notes, and snippets.

@ayoskovich
Last active October 9, 2020 00:34
Show Gist options
  • Save ayoskovich/83b4799c5ecd24a0b34d3c8ae3e99f29 to your computer and use it in GitHub Desktop.
Save ayoskovich/83b4799c5ecd24a0b34d3c8ae3e99f29 to your computer and use it in GitHub Desktop.
Autoexport all jupyter notebooks to .py files
ls *.ipynb | entr jupyter nbconvert *.ipynb --to python --output-dir=./src
@ayoskovich
Copy link
Author

ayoskovich commented Oct 9, 2020

You'll need to install entr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment