========
Overview
jupyter-omnicm is a flexible content manager system for Jupyter notebooks.
- Free software: Apache Software License 2.0
It currently supports the HDFS Content Manager.
Installation
::
pip install jupyter-omnicm
Documentation
https://jupyter-omnicm.readthedocs.io/
Development
To run the all tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1
- - Windows
- ::
set PYTEST_ADDOPTS=--cov-append
tox
- - Other
- ::
PYTEST_ADDOPTS=--cov-append tox
Changelog