Skip to content

🐧 Create IPython, Jupyter, matplotlib custom configs in a Pipenv's environment

License

Notifications You must be signed in to change notification settings

astropenguin/pipenv-analysis-configs

Repository files navigation

pipenv-analysis-configs

🐧 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

$ mkdir proj && cd proj
$ pipenv --python 3.7
$ pipenv install ipython
$ git clone https://github.com/astropenguin/pipenv-analysis-configs etc
$ etc/configure

Using hooks

$ cd proj
$ mkdir hooks
$ echo 'hook-pre' > hooks/hook-pre
$ echo 'hook-post' > hooks/hook-post
$ etc/configure

Real-world examples

About

🐧 Create IPython, Jupyter, matplotlib custom configs in a Pipenv's environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages