ipythonng
ipythonng is a small IPython extension for terminal sessions that adds:
text/markdownrendering with Richimage/pngrendering viakittytgp- matplotlib inline support
- Includes display objects, streams, and rich results in stored history
Install
pip install ipythonng
Use as an extension
Add the extension and enable output logging in your IPython config:
c.InteractiveShellApp.extensions = ["ipythonng"]
c.HistoryManager.db_log_output = True
c.InteractiveShellApp.exec_lines = ["%matplotlib inline"] # if you like
Or launch it ad hoc:
ipython --ext ipythonng
For matplotlib, %matplotlib inline works with the existing image/png renderer. No custom matplotlib backend is needed. Using exec_lines runs the magic after extensions load.
Convenience launcher
The package also installs an ipythonng command that simply starts IPython with
--ext ipythonng.
Release files for ipythonng 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ipythonng-0.0.4.tar.gz | 8.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ipythonng-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.9 kB
Release files / ipythonng-0.0.4.tar.gz
| Download URL | ipythonng-0.0.4.tar.gz |
|---|---|
| Size | 8.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2d79c519e96b97c4300de32f4ab8eb213d88a59a11d61f3e3b0d0746e2af23da
|
|
BLAKE2b-256 checksum How to use checksums |
3fcbe9f46044e25d2cf32ef3a3dad113388b6719cd1b0d407b37623b62514937
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.0
|
Release files / ipythonng-0.0.4-py3-none-any.whl
| Download URL | ipythonng-0.0.4-py3-none-any.whl |
|---|---|
| Size | 6.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
06c6ee569529f8c63100d98bbfd0f8f503641840d4142ef6c353bc4dd8fd4e4c
|
|
BLAKE2b-256 checksum How to use checksums |
4dd89a1c78fd69713298c0819ea8f2814e63e3b3af2a87643021e80abf10d213
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.0
|