Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 376 Bytes

README.org

File metadata and controls

23 lines (17 loc) · 376 Bytes

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