Source code of the JupyterLab Julia o²S²PARC Service, providing a JupyterLab coding environment for creating interactive Jupyter Notebooks with Julia (or Python).
This Service was build using the o²S²PARC cookiecutter for JupyterLab services
Build the module:
$ make build
To run locally at and visit http://127.0.0.1:8888
make run-local
To publish in local throw-away registry:
make publish-local
Service version is updated with make version-*
A template ci config file is created in .github/workflows/check-image.yml
, it checks that the image builds. When the workflow runs successfully for a new version (on the main branch), this is automatically detected and published on the internal registry (see also "Deployment on o²S²PARC" in this README)
The required CI is already packaged. To build and push to the internal registry you must add it to the oSparc/docker-publisher-osparc-services repository.
Run locally and visit http://127.0.0.1:8888:
make run-local
Or publish it in a local o²S²PARC deploy:
make publish-local
Execute the notebook demo from the mybinder project.