Nasy IPython Extensions.


License
GPL-3.0
Install
pip install naipyext==0.10.0

Documentation

Table of Contents

  1. naipyext
    1. Install

naipyext

Nasy IPython Extensions.

Install

python -m install "naipyext[all]"

Add

c.InteractiveShellApp.extensions = [
    "autoreload",
    "naipyext.autotime",
    "naipyext.be",
    "naipyext.ns",
    "naipyext.pt"
]

to ipython config file $HOME/.ipython/profile_default/ipython_config.py