Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:services:application_services:jupyter:version-history [2024/01/24 16:47] – [2024-01-26] bwegman1en:services:application_services:jupyter:version-history [2024/02/07 20:39] bwegman1
Line 1: Line 1:
-====== Jupyter ======+====== Notebook changelog ======
 ===== Version history ===== ===== Version history =====
 +
 +==== 2024-02-07 ====
 +
 +  * version 4.0.12
 +  * git extension for the UI returns
 +  * Julia Pluto (https://plutojl.org) should now be working
  
 ==== 2024-01-26 ==== ==== 2024-01-26 ====
Line 6: Line 12:
   * version 4.0.2 of Jupyter notebooks, also as a basis for "GWDG default image (based on jupyter/datascience-notebook)"   * version 4.0.2 of Jupyter notebooks, also as a basis for "GWDG default image (based on jupyter/datascience-notebook)"
   * because of an incompatibility with the default Python version 3.11.6 and [[https://www.pymc.io/projects/docs/en/stable/installation.html|PyMC]], it had to be removed from the default image. PyMC can be installed in a conda environment with the compatible Python version by following the linked instructions. The usage of "mamba" instead of the "conda" command is recommended and the environment prefix should be set to the user's home directory, so as to be persistent.   * because of an incompatibility with the default Python version 3.11.6 and [[https://www.pymc.io/projects/docs/en/stable/installation.html|PyMC]], it had to be removed from the default image. PyMC can be installed in a conda environment with the compatible Python version by following the linked instructions. The usage of "mamba" instead of the "conda" command is recommended and the environment prefix should be set to the user's home directory, so as to be persistent.
 +  * added [[https://hub.docker.com/r/jupyter/minimal-notebook|jupyter/minimal-notebook]] to the list of images
 +
 +=== known issues ===
 +  * the git plugin has unintentionally disappeared, but the commandline tool of `git` is still available
  
 ==== previously  ==== ==== previously  ====
  
   * version 3.1.1 of Jupyter notebooks, also as the basis for "GWDG default image (based on jupyter/datascience-notebook)"   * version 3.1.1 of Jupyter notebooks, also as the basis for "GWDG default image (based on jupyter/datascience-notebook)"