- Add a config directory named
/jupyter_config_dir
to allow users to mount JupyterLab extension configuration.
- Pin
jsonschema
version to avoid compatibility issues betweenreferencing
andattrs
. - Pin
jupyter_client
version below7.0
to avoid an issue withnbconvert
causing the errorTypeError: 'coroutine' object is not subscriptable
when accessing a notebook in Jupyterlab.
- ...
- Fix scheduler job to support displayed JupyterHub image names with versions.
- Install requirements with
mamba
instead ofconda
, which greatly speeds up the installation steps and which avoids lots of resolution conflicts.
- Pin
packaging
version to avoid a package installation error when using thejupyterlab_conda
extension to install packages from JupyterLab. - Pin
jupyterlab-git
version to avoid newer versions which are only compatible with JupyterLab v3. - Pin some other requirements to avoid errors while installing environment during image build.
- Add a JupyterLab extension to display a message on the top bar, along with the file
plugin.json
to customize the extension display.
- Fix bug while building JupyterLab (see issue).
- Fix notebook scripts to use a specific commit id.
- Add rsync installation, used for the deployment of notebooks in jupyterhub.
- The
deploy_data_specific_image
script now mirrors the git repository. Fixes problem with renamed or deleted files not being updated.
- Bumped version to test renovate-bot flow with component images
- na
- Add the jq/yq installations, which are required for the deploy scripts for the notebooks in JupyterHub.
- Add a deploy script and related env file used to download notebooks for specific images
- na
- Added Dockerfile and environment files, inspired by the corresponding files from PAVICS-e2e-workflow-tests project
- na
- Updated tag, only for cascading build test purposes
- na
- Added dummy
Dockerfile
- na