https://github.com/astropenguin/pipenv-analysis-configs
:penguin: Create IPython, Jupyter, matplotlib custom configs in a Pipenv's environment
https://github.com/astropenguin/pipenv-analysis-configs
ipython jupyter matplotlib pipenv python
Last synced: about 1 month ago
JSON representation
:penguin: Create IPython, Jupyter, matplotlib custom configs in a Pipenv's environment
- Host: GitHub
- URL: https://github.com/astropenguin/pipenv-analysis-configs
- Owner: astropenguin
- License: mit
- Created: 2019-04-03T02:56:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T11:28:08.000Z (about 7 years ago)
- Last Synced: 2026-04-21T01:36:30.628Z (about 2 months ago)
- Topics: ipython, jupyter, matplotlib, pipenv, python
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pipenv-analysis-configs
:penguin: Create IPython, Jupyter, matplotlib custom configs in a Pipenv's environment
## Features
- Create custom configs in a Pipenv's environment
- Supported Python packages
- IPython (default profile)
- Jupyter (default kernel using IPython's profile)
- matplotlib (matplotlibrc and style directory)
## Usage
### Basic usage
```shell
$ mkdir proj && cd proj
$ pipenv --python 3.7
$ pipenv install ipython
```
```shell
$ git clone https://github.com/astropenguin/pipenv-analysis-configs etc
$ etc/configure
```
### Using hooks
```shell
$ cd proj
$ mkdir hooks
$ echo 'hook-pre' > hooks/hook-pre
$ echo 'hook-post' > hooks/hook-post
$ etc/configure
```
## Real-world examples
+ [astropenguin/pipenv-analysis-startup](https://github.com/astropenguin/pipenv-analysis-startup)