Skip to content

Instantly share code, notes, and snippets.

@SamCB
SamCB / jupyter_notebook_config.py
Last active May 26, 2016 01:04
Jupyter config to scrub cell outputs.
# Use this config as a way of automatically removing cell outputs from saves.
# When building with Docker, add:
# RUN git clone https://gist.github.com/582ad63e578aa7d9f08e173b62290ce5.git /root/.jupyter
# to your Dockerfile.
# Copied from original on docker server
c.NotebookApp.ip = '*'
# http://jupyter-notebook.readthedocs.org/en/latest/extending/savehooks.html
# For removing the cell outputs from saves. Means we don't need to have all the