Notebook-like Executables

https://img.shields.io/pypi/v/nbex.svg https://img.shields.io/travis/hoelzl/nbex.svg Documentation Status Updates

Python programs that allow notebook-like development.

Features

  • Switch between development and deployment modes

    • Use development mode to configure smaller data tables, models, etc.

    • Use deployment mode to run full deployment and training

  • Switch between interactive and command-line usage

    • Use interactive mode to interact with the code in a notebook, receive styled IPython output, etc.

    • Use command-line usage to run the code in your CI system, etc.

Installation for Development

To develop nbex with a standard Python environment install it as

pip install -e .

from the root directory of the package.

If you are using conda, make sure that you have the conda-build package installed and then install nbex with

conda develop .

from the root directory of the package.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.