Convert Jupyter Notebooks to Python Scripts.
Docs | |
---|---|
Tests | |
PyPI | |
Activity | |
QA | |
Other |
pkgname
can be installed from PyPI or Anaconda.
To install with pip
:
$ python -m pip install pkgname
To install with conda
:
$ conda config --add channels http://conda.anaconda.org/domdfcoding
$ conda install pkgname