hatch build
Docs are built alongside our source code and hosted here. When offline, a local version of the same documenation can be served in the browser using
hatch run docs:serve
The test suite can be run, with coverage, using
hatch run cov
A Jupyter Lab instance can be launched from any of the project directories using the following command.
This will launch Jupyter Lab within the examples/notebooks
directory.
hatch run dev:lab
If you would like something more lightweight, iPython is also included
hatch run dev:ipython