Created
July 30, 2015 19:39
-
-
Save jgosmann/c227b0c10fdcc78b6144 to your computer and use it in GitHub Desktop.
IPython startup file
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 matplotlib.pyplot as plt | |
| import nengo | |
| from nengo import spa | |
| import numpy as np | |
| import pandas as pd | |
| import seaborn as sns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment