hatch buildDocs 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:serveThe test suite can be run, with coverage, using
hatch run covA 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:labIf you would like something more lightweight, iPython is also included
hatch run dev:ipython