Source code for the o2S2PARC JupyterLab NEURON Service, based on jupyter-math. It also contains NEURON-based packages, including:
for the Python kernel.
Building the docker image:
make build
Test the built image locally:
make run-local
Note that the validation
directory will be mounted inside the service.
Raising the version can be achieved via one for three methods. The major
,minor
or patch
can be bumped, for example:
make version-patch
If you already have a local copy of o2S2PARC running and wish to push data to the local registry:
make publish-local