Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 470 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 470 Bytes

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