- attempt at fixing issues with usability on Firefox and Safari
- Allows users to use OSPARC_API_HOST / OSPARC_API_KEY / OSPARC_API_SECRET in notebooks to access the API (see PR #29)
- Added inactivity detection, (see PR #27)
- shell and kernel now use the same python interpreter
- fixes issue crashing when trusting notebooks
- fixes issue crashing when copying README.ipynb
- pick between only 2 available kernels
~/work/workspace
is now the default working directory containing~/work/workspace/README.ipynb
- voila preview now works as expected
- replaced readme and which is now present inside
- fixed: broken octave kernel and deactivated plugins
- fixed: broken LaTex compiler
- upgraded jupuyter-lab to v3.3.2
- added
jupyterlab-lsp
andpython-lsp-server[all]
to make the python coding experience more user friendly
- invalid notebooks will no longer cause the service to not start
- changed scratch folder to workspace
- renamed default boot mode
- changed voila to serve on 0.0.0.0 from localhost
- updated to run via dynamic-sidecar
- output can be uploaded via the usage of symlinks
- security enhancements
- updated to python version 3.9.7
- updated to jupuyter-lab version 3.2.4