Skip to content

Instantly share code, notes, and snippets.

@sono-bfio
Created May 6, 2016 20:29
Show Gist options
  • Save sono-bfio/973226daf7bc51c8e538cde66de12d77 to your computer and use it in GitHub Desktop.
Save sono-bfio/973226daf7bc51c8e538cde66de12d77 to your computer and use it in GitHub Desktop.
mkdir -p .jupyter/custom
touch .jupyter/custom/startup.py
Contents:
import warnings:
warnings.filterwarnings('ignore')
sudo service ipython-notebook restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment