jupyter contrib
Some small utilities that are related to Jupyter.
This is not endorsed by the Jupyter team, and not part of the official Jupyter project.
Feel free to submit any patches, or utility modules for which a full packages might be inappropriate or too much of an hassle.
installation
pip install jupytercontrib
Extensions
Any extension present here should not modify Jupyter/IPython behavior at install time. You can provide a tool to simplify activation, but installation should likely be without side-effects.
What can I find here:
2to3 for notebooks
An extra nbconvert exporter that convert Legacy Python 2 notebook to New Awesome and useful Python 3
It requires nbconvert master.
It uses [entry points] to directly expose a --to=2to3 when using jupyter nbconvert, thus you can do thing like
jupyter nbconvert --to 2to3 <mynotebook.ipynb>
This will create a file name mynotebook.nbconvert.ipynb which each cell converted to Python 3.
Markdown exporter w/ output
Extension of the standard notebook-to-markdown exporter that tags output cells as output.
Can be used, for example, when building Sphinx docs to style output differently from input code blocks.
jupyter nbconvert --to mdoutput --output=<output.md> <mynotebook.ipynb>
Release files for jupytercontrib 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jupytercontrib-0.0.7.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jupytercontrib-0.0.7-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 13.1 kB
Release files / jupytercontrib-0.0.7.tar.gz
| Download URL | jupytercontrib-0.0.7.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8fedc7f6dffef1a8c7d50b1ec3739868e3d15e4f3ff25d8e55fd50f75981c8ae
|
|
BLAKE2b-256 checksum How to use checksums |
4a4525ebf1eb7fec379ceeb67696c535b1df3f656a7c39b1ae347de9e32ba459
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.19.1
|
Release files / jupytercontrib-0.0.7-py2.py3-none-any.whl
| Download URL | jupytercontrib-0.0.7-py2.py3-none-any.whl |
|---|---|
| Size | 8.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
1504494eb6c52b3df113a9c4de6a7168bd8b8d1582e7cf7b6eadceb69e9a4a30
|
|
BLAKE2b-256 checksum How to use checksums |
a16c5a0651ed72749d44ec0bc3a97613bd05101e0b926ce9c9355795809427ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.19.1
|