This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |