No project description provided
Project description
ipython-markdown-inspector
IPython extension providing inspection results as Markdown, enabling better integration with Jupyter Notebook and JupyterLab.
Depends on docstring-to-markdown
.
Installation
Requires IPython
8.22 or newer (which requires Python 3.10 or newer).
pip install ipython-markdown-inspector
Usage
To load an extension while IPython is running, use the %load_ext
magic:
%load_ext ipython_markdown_inspector
To load it each time IPython starts, list it in your configuration file:
c.InteractiveShellApp.extensions = [
'ipython_markdown_inspector'
]
After enabling the extension, both the contents of "Contextual Help" panel,
and results of info requests such as %run?
or df?
will provide the output in Markdown format.
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
Built Distribution
File details
Details for the file ipython_markdown_inspector-1.0.0.tar.gz
.
File metadata
- Download URL: ipython_markdown_inspector-1.0.0.tar.gz
- Upload date:
- Size: 94.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/5.1.0 pkginfo/1.7.1 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5eaf0930206b33824bca06ae30916f9c0bc2ef7117ec266fe7ab3189d5693dc5 |
|
MD5 | 6b923a991fc24db6add297ae684c9de1 |
|
BLAKE2b-256 | 470d91266f8d6c96b7c65c2d97c4190cb07747c8564ccf862ff980587c3fb0cf |
Provenance
File details
Details for the file ipython_markdown_inspector-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: ipython_markdown_inspector-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/5.1.0 pkginfo/1.7.1 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aa70ccdb605c44afa110f242770b9fdb80507919250ed2602cd706610f617c0 |
|
MD5 | adab373e868ad88cccff0237cd4c27c7 |
|
BLAKE2b-256 | 361b08d5fb78ac0c10885abb4e0177092d2113f60d571393503afbca1c61741b |