Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit 34bde8a

Browse files
committed
fixed versions of supported DBRs
1 parent 1abf394 commit 34bde8a

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

README.md

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,12 @@
22

33
This package allows to connect to a remote Databricks cluster from a locally running JupyterLab.
44

5-
## >>> New minor release V2.2.1 (June 2021) <<<
5+
## >>> 1 New minor release V2.2.1 (June 2021) <<<
66

77
- Support of Databricks Runtimes 6.4(ESR) and 7.3, 7.6, 8.0, 8.1, 8.2, 8.3 (both standard and ML)
88
- Upgrade to ssh_ipykernel 1.2.3 (security fixes for the Javascript Jupyterlab extension of ssh_ipykernel)
99
- Security fixes for the Javascript Jupyterlab extension of databrickslabs-jupyterlab
1010

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-
3311
## 2 Overview
3412
![introduction](docs/v2/introduction.gif)
3513

@@ -78,11 +56,13 @@ This package allows to connect to a remote Databricks cluster from a locally run
7856

7957
*JupyterLab Integration* has been tested with the following Databricks runtimes on AWS and Azure:
8058

81-
- *'6.4'* and *'6.4 ML'*
59+
- *'6.4 (ESR)'*
8260
- *'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'*
8563
- *'8.1'* and *'8.1 ML'*
64+
- *'8.2'* and *'8.2 ML'*
65+
- *'8.3'* and *'8.3 ML'*
8666

8767
Newer runtimes might work, however are subject to own tests.
8868

0 commit comments

Comments
 (0)