Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victorfantucci/ipython-config

IPython startup configuration file with emphasis for the development of Data Science projects.
https://github.com/victorfantucci/ipython-config

ipython ipython-config ipython-magic

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

2. Create the IPython profile:
> $ ipython profile create

3. 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

4. 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.