IPython CLI for viewing documentation in the browser
Project description
newtabmagic is an IPython CLI for viewing pydoc documentation in the browser.
Install
As a Python package:
$ pip install newtabmagic
As an IPython extension:
In [1]: %install_ext https://raw.github.com/etgalloway/newtabmagic/master/newtabmagic.py
Use
Load the extension:
In [1]: %load_ext newtabmagic
Start the pydoc server:
In [2]: %newtab --server start
Starting job # 0 in a separate thread.
Server running at http://127.0.0.1:63146/
View documentation in the browser:
In [3]: %newtab IPython.core.debugger.Tracer
In [4]: import IPython
In [5]: tracer = IPython.core.debugger
In [6]: %newtab tracer
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
newtabmagic-0.1.0.zip
(8.0 kB
view hashes)
Built Distribution
Close
Hashes for newtabmagic-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5cf03dd0f52720ca9a6d512627d8e6536b600b6a0c94ada922d157b5e95beef |
|
MD5 | 018435c4b7ca81bc5cf345ed208a0875 |
|
BLAKE2b-256 | 6cd8391db982bb3f792b3942ce5200d202945e6a85f937cda733e945432229ff |