Repository containing the IPython configuration file with emphasis for the development of Data Science projects.
- Install IPython into your system:
$ pip install ipython
- Create the IPython profile:
$ ipython profile create
- 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
- 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.