novacore

builds.sr.ht status

Installation

Install latest from the SourceHut repository:

$ pip install git+https://git.sr.ht/~eugenetriguba/novacore.git

or from conda

$ conda install -c novacore

or from pypi

$ pip install novacore

Documentation

Documentation can be found hosted on this GitHub repository’s [pages][docs]. Additionally you can find package manager specific guidelines on conda and pypi respectively.

repo: [docs]: https://.github.io/novacore/ pypi: https://pypi.org/project/novacore/ conda: https://anaconda.org//novacore

Development Guide

# make sure novacore package is installed in development mode
$ pip install -e '.[dev]'

# make changes under nbs/ directory
# ...

# compile to have changes apply to novacore
$ nbdev-prepare

If you are new to using nbdev here are some useful pointers to get you started.