Skip to content

Instantly share code, notes, and snippets.

View hwartig's full-sized avatar

Harald Wartig hwartig

View GitHub Profile
@hwartig
hwartig / jupyter_notebook_config.py
Last active August 9, 2016 06:26 — forked from pjbull/jupyter_notebook_config.py
Create .py on save of Jupyter notebook
# Copy this file to ~/.jupyter/jupyter_notebook_config.py
import os
import shutil
from nbconvert.nbconvertapp import NbConvertApp
SAVE_PROGRESS_INDICATOR_FILE_PY = '.ipynb_save_py'