Skip to content

Instantly share code, notes, and snippets.

@tianqig
Created August 24, 2017 13:08
Show Gist options
  • Save tianqig/efb6fdaaffdb79af792590c6aa7af85b to your computer and use it in GitHub Desktop.
Save tianqig/efb6fdaaffdb79af792590c6aa7af85b to your computer and use it in GitHub Desktop.
turn off all warnings by creating this startup file: ~/.ipython/profile_default/startup/disable-warnings.py , from https://stackoverflow.com/users/180783/astrofrog
import warnings
warnings.filterwarnings('ignore')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment