Created
August 24, 2017 13:08
-
-
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
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
import warnings | |
warnings.filterwarnings('ignore') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment