danielfrg / s3contents

Jupyter Notebooks in S3 - Jupyter Contents Manager implementation
Apache License 2.0
248 stars 88 forks source link

Is pre_save_hook and post_save_hook implemented? #70

Closed DanyshMushtaq closed 4 years ago

DanyshMushtaq commented 5 years ago

I need to convert notebook to script automatically after a notebook is saved. I can do that if I store the notebooks on EC2, however, I am storing notebooks on S3 and the pre_save_hook and post_save_hook are not working for me