Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/victorfantucci/ipython-config
- Owner: VictorFantucci
- License: gpl-3.0
- Created: 2022-10-30T12:05:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T12:06:04.000Z (over 2 years ago)
- Last Synced: 2025-01-19T17:09:54.216Z (13 days ago)
- Topics: ipython, ipython-config, ipython-magic
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.