|
2 | 2 |
|
3 | 3 | This package allows to connect to a remote Databricks cluster from a locally running JupyterLab. |
4 | 4 |
|
5 | | -## >>> New minor release V2.2.1 (June 2021) <<< |
| 5 | +## >>> 1 New minor release V2.2.1 (June 2021) <<< |
6 | 6 |
|
7 | 7 | - Support of Databricks Runtimes 6.4(ESR) and 7.3, 7.6, 8.0, 8.1, 8.2, 8.3 (both standard and ML) |
8 | 8 | - Upgrade to ssh_ipykernel 1.2.3 (security fixes for the Javascript Jupyterlab extension of ssh_ipykernel) |
9 | 9 | - Security fixes for the Javascript Jupyterlab extension of databrickslabs-jupyterlab |
10 | 10 |
|
11 | | -## >>> New minor release V2.2 (Apr 2021) <<< |
12 | | - |
13 | | -### 1 New features |
14 | | - |
15 | | -- **Jupyter Lab 3 support** |
16 | | - |
17 | | - Jupyter Integration now works with JupyterLab 3. This drastically simplified the installation. The bootstrap step (`dj -b`) is gone. Simply: |
18 | | - |
19 | | - ```bash |
20 | | - (base)$ conda create -n dj python=3.8 # you might need to add "pywin32" if you are on Windows |
21 | | - (base)$ conda activate dj |
22 | | - (dj)$ pip install --upgrade databrickslabs-jupyterlab[cli]==2.2.1 |
23 | | - ``` |
24 | | - |
25 | | - The following packages get installed: |
26 | | - - databrickslabs-jupyterlab |
27 | | - - databrickslabs-jupyterlab-status (providing the lab extension) |
28 | | - - ssh-ipykernel |
29 | | - - ssh-ipykernel-interrupt (providing the lab extension) |
30 | | - |
31 | | -- Support of Databricks Runtimes 6.4, 6.4(ESR), 7.3 and 7.5, 8.0, 8.1 (standard and ML) |
32 | | - |
33 | 11 | ## 2 Overview |
34 | 12 |  |
35 | 13 |
|
@@ -78,11 +56,13 @@ This package allows to connect to a remote Databricks cluster from a locally run |
78 | 56 |
|
79 | 57 | *JupyterLab Integration* has been tested with the following Databricks runtimes on AWS and Azure: |
80 | 58 |
|
81 | | - - *'6.4'* and *'6.4 ML'* |
| 59 | + - *'6.4 (ESR)'* |
82 | 60 | - *'7.3'* and *'7.3 ML'* |
83 | | - - *'7.5'* and *'7.5 ML'* |
84 | | - - *'8-0'* and *'8.0 ML'* |
| 61 | + - *'7.6'* and *'7.6 ML'* |
| 62 | + - *'8.0'* and *'8.0 ML'* |
85 | 63 | - *'8.1'* and *'8.1 ML'* |
| 64 | + - *'8.2'* and *'8.2 ML'* |
| 65 | + - *'8.3'* and *'8.3 ML'* |
86 | 66 |
|
87 | 67 | Newer runtimes might work, however are subject to own tests. |
88 | 68 |
|
|
0 commit comments