Releases: ministryofjustice/analytics-platform-jupyter-notebook
v4.0.0-beta
What's Changed
- ⬆️ Upgrade Jupyter image by @jacobwoffenden in #76
New Contributors
- @jacobwoffenden made their first contribution in #76
Full Changelog: v3.1.14...v4.0.0-beta
Added github extension to datascience-notebook
nbstripout and jupyterlab 3.1.1
ANPL-765 NB Stripout not working for users (#74) * ANPL-765 NB Stripout not working for users fix inconsistent test
Dependency updates all spark
Port all spark image to new EKS infrastructure
allspark-notebook Spark 3.1.1 release candidate
- Update of all spark image to 3.1.1
- Various fixes to make it work on Alpha
Change NB_UID to 1000
v1.1.1
allspark
Fix problems when running Spark jobs. This was caused by a mismatch between the pyspark
version and the underlying Java packages used (see PR)
Notable versions
This image contains (from inspection on running container):
- JupyterLab
2.2.9
- Python
3.8.6
- pyspark
3.0.1
Other
- add an
inspec
test to check pyspark in the image can run Spark jobs - simplified pyspark config script
See PR: #53
v1.1.0
What
Upgrade allspark
image to get newer version of JupyterLab.
Also using nano-tiny instead of nano as editor as that was not available - this should be equivalent to nano.
Notable versions
This image contains (from inspection on running container):
- JupyterLab
2.2.9
- Python
3.8.6
- pyspark
3.0.1
See PR for details.
v1.0.0
Release to test GHA workflow on release but also to mark new images hosted on AWS ECR.
NOTE: There have been few refactorings and changes in the Dockerfile
s related to image user ID which may break compatibility and/or are not fully tested by out users, and therefore we're bumping the major version.