scipy-magic

SciPy Magic


Keywords
scipy, ipython
License
BSD-3-Clause
Install
pip install scipy-magic==1.0.0

Documentation

Tests Code Quality Package version

SciPy Magic: iPython extensions for SciPy

Quickstart

%load_ext scipy_magic.distributions
from scipy.stats import norm
norm(loc=3, scale=2)

norm distribution

Installation

The latest stable release (and older versions) can be installed from PyPI:

pip install scipy-magic

You may instead want to use the development version from Github. Poetry is needed and can be installed either from PyPI or:

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python

Then once you cloned the repository, you can install it with:

poetry install

Contributing

Want to add a cool logo, more doc, tests or new features? Contributors are more than welcome! Feel free to open an issue or even better propose changes with a PR. Have a look at the contributing guide.