Skip to content

mhr/jupyter-export-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter Export Watcher

What does it do?

TL;DR: Importing Jupyter notebooks as modules.

This command watches the filesystem (recursively) for changes to *.ipynb files, and when a change occurs, it exports those files to *.py and removes whitespace from the names of the exported versions so they can be imported in Python as modules.

Is it any good?

Yes.

Installing Dependencies

Running

  • Clone the repo and place it in the same parent directory your Jupyter notebooks reside in
  • Command
$ python ./jupyter-export-watcher/app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published