Skip to content

IPython startup configuration file with emphasis for the development of Data Science projects.

License

Notifications You must be signed in to change notification settings

VictorFantucci/IPython_Data_Science_Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IPython Configuration for Data Science

Repository containing the IPython configuration file with emphasis for the development of Data Science projects.

How to configure:

  1. Install IPython into your system:

$ pip install ipython

  1. Create the IPython profile:

$ ipython profile create

  1. Clone this repository, it won't be used after the configuration, so I recommend cloning it to your /tmp folder:

$ cd /tmp

$ git clone https://github.com/VictorFantucci/IPython_Data_Science_Config

  1. Copy the startup.py to ~/.ipython/profile_default/startup/ folder:

$ cp /tmp/IPython_Data_Science_Config/startup.py ~/.ipython/profile_default/startup/

That's it! Simply as that you have configured your IPython for the development of Data Science projects.

About

IPython startup configuration file with emphasis for the development of Data Science projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages