Skip to content

Instantly share code, notes, and snippets.

@traviskaufman
Created June 16, 2018 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save traviskaufman/d7afa3df8f33dd396dbe12c7bb8ce719 to your computer and use it in GitHub Desktop.
Save traviskaufman/d7afa3df8f33dd396dbe12c7bb8ce719 to your computer and use it in GitHub Desktop.
# ipython-utils/setup.py
setup(
name='ipython-utils',
packages=find_packages(),
install_requires=[
'ipython >= 4',
'notebook >= 4.3.1',
'jupyter',
'numpy',
'pandas',
'matplotlib',
'seaborn',
],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment