Skip to content

Instantly share code, notes, and snippets.

@gituser768
Created November 25, 2019 19:40
Show Gist options
  • Save gituser768/bfafd5ac48d84c1bec8eb47d200b962d to your computer and use it in GitHub Desktop.
Save gituser768/bfafd5ac48d84c1bec8eb47d200b962d to your computer and use it in GitHub Desktop.
Python config and startup
# 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