Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T11:28:08.000Z (over 5 years ago)
- Last Synced: 2024-11-05T14:54:50.512Z (3 months ago)
- Topics: ipython, jupyter, matplotlib, pipenv, python
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- 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)