There are two main steps to setting up nbautoexport:
Install nbautoexport as a post-save hook with Jupyter (once per machine you use it on)
Configure a notebooks directory (once per project you are working on)
Install nbautoexport as a post-save hook
# from base environmentnbautoexport install> nbautoexport post-save hook successfully installed with Jupyter.> If a Jupyter server is already running, you will need to restart it for nbautoexport to work.
Configure a notebooks directory
# from your notebooks directorynbautoexport configure .