... |
... |
@@ -1,12 +1,22 @@ |
1 |
|
-=== **Collaboratory 2 release (2022-02-08)** === |
|
1 |
+=== **Collaboratory 2 release (2022-02-16)** === |
2 |
2 |
|
|
3 |
+**Collaboratory.IAM** |
|
4 |
+ |
|
5 |
+* When EBRAINS users log in the first time, they have occasionally seen an error message. This is resolved by this deployment. |
|
6 |
+ |
|
7 |
+**Collaboratory.Lab** |
|
8 |
+ |
|
9 |
+* We have fixed an issue with SSL certificates while using certain Python modules (e.g. requests) in the Lab. |
|
10 |
+ |
|
11 |
+=== **Collaboratory 2 release (2022-02-08) (Released)** === |
|
12 |
+ |
3 |
3 |
**Collaboratory.Wiki** |
4 |
4 |
|
5 |
|
-* All common elements in a collab (Drive, Team, Lab, Bucket) are now grouped together at the top of the page. |
|
15 |
+* All common navigation elements in a collab (Drive, Team, Lab, Bucket) are now grouped together at the top of the left navigation panel. |
6 |
6 |
|
7 |
7 |
**Collaboratory.Lab** |
8 |
8 |
|
9 |
|
-* Updated Jupyter Lab image to use latest Jupyter version |
|
19 |
+* Updated JupyterLab image to use latest version |
10 |
10 |
** Adds a debugger to the Lab, allowing users to debug their notebooks. |
11 |
11 |
** Includes native git integration |
12 |
12 |
** Allows the user to install extensions to JupyterLab |
... |
... |
@@ -13,10 +13,10 @@ |
13 |
13 |
* Fixed issues with notebook exports (and re-enabled native PDF export) |
14 |
14 |
* Added [[nbgitpuller>>https://jupyterhub.github.io/nbgitpuller/]] support |
15 |
15 |
* Set bash as the default shell in the terminal |
16 |
|
-* Improvements to the lab extension to make URL query parameters available (now works with direct links to a specific openshift cluster) |
17 |
|
-* Simplified lab image to reduce image size and load times |
18 |
|
-* Fixed unknown user id issue in the openshift container |
19 |
|
-* Updated Jupyter hub version |
|
26 |
+* Updated the JupyterLab extension to make [[Lab URL query parameters>>doc:Collabs.the-collaboratory.Documentation Lab.FAQ.Creating and accessing environment variables .WebHome]] available (now works with direct links to a specific openshift cluster) |
|
27 |
+* Reduced Docker image size to improve Collaboratory Lab load times. |
|
28 |
+* Fixed unknown user id issue in the Lab container |
|
29 |
+* Updated Jupyter Hub version |
20 |
20 |
|
21 |
21 |
=== **Collaboratory 2 release (2022-01-25) (Delayed, Released 27th)** === |
22 |
22 |
|