Created
November 25, 2019 19:40
-
-
Save gituser768/bfafd5ac48d84c1bec8eb47d200b962d to your computer and use it in GitHub Desktop.
Python config and startup
This file contains 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
# in ~/.ipython/profile_default/startup/startup.py | |
import pandas as pd | |
import numpy as np | |
import matplotlib.pyplot as plt | |
from itertools import * | |
from collections import * | |
from operator import itemgetter | |
# in ~/.ipython/profile_default/python_config.py | |
c = get_config() | |
c.NotebookApp.iopub_data_rate_limit = 100000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment