Skip to content

Releases: ministryofjustice/analytics-platform-jupyter-notebook

Add SQL*Plus to Oracle Datascience Notebook

16 Jul 20:47
d9a60bb
Compare
Choose a tag to compare

This release adds SQL*Plus to the Oracle Datascience Notebook (#37).

There are no changes to the datascience-notebook and all-spark-notebook images.

Create Oracle Datascience Notebook

12 Jun 13:15
02a76b2
Compare
Choose a tag to compare

This release introduces a new oracle-datascience-notebook image containing Oracle Instant Client (#29).

There are no changes to the datascience-notebook and all-spark-notebook images.

NOP release

30 Mar 14:37
6253b60
Compare
Choose a tag to compare

(This release is the same as v0.6.8.)

Release latest docker image

26 Mar 16:15
6253b60
Compare
Choose a tag to compare

Install the nbstripout with pip.
This is used to remove outputs from Jupyter notebooks on pre-commit to git.

Update: Add flake8 and python black for pep8

05 Jun 16:15
c29551a
Compare
Choose a tag to compare

Adds flake8 inline pep8 checker and a python black formatter to reformat files.

bugfix: all-spark

02 Apr 10:46
4362dac
Compare
Choose a tag to compare

No changes functional changes from the last release. Just allows the all-spark Dockerfile to build

Fixes slow startup of Jupyter on the platform

07 Mar 11:12
71f78fa
Compare
Choose a tag to compare

Users were experiencing slow startup if they had a lot of files in their home directory.

Merge of PR:
#21

bigfix: Repair conda permissions

21 Dec 11:20
9e57049
Compare
Choose a tag to compare

Fixes conda for users: #20

Reintroduce NB_UID ENV command

13 Dec 10:17
371d8b9
Compare
Choose a tag to compare

Removing it was a bad idea as it did what we needed but broke some edge case use cases for the notebooks.
By not setting it we lost the ability to use the 'GRANT_SUDO' command and the pyspark notebook's java runtime couldn't start.

This release puts NB_UID back and instead sets CHOWN_HOME=no.

Remove NB_UID ENV command

29 Nov 16:37
49ff8fa
Compare
Choose a tag to compare

No longer sets the NB_UID environment variable in the Dockerfile. This means our notebook is more portable (the uid is a concern of the analytical platform and is now handled in the helm chart)