You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,14 @@ In the `tutorial` directory, there are several example notebooks you can use to
29
29
* Notebooks with `py3_demo_` prefix - Minimal Python3 Notebooks to test out the extension.
30
30
*`julia_demo.ipynb` - Minimal Julia Notebook to test out the extension. :warning: Note: The `tutorial/julia_demo.ipynb` will not work in the binder environment and will require additional set-up to test the Julia Notebook Kernel locally.
31
31
32
-
## Requirements 🧰
32
+
## Compatible Versions and Requirements 🧰
33
33
34
-
* Web Browser that supports the Notification Web API (See [Browser Compatibility Chart](https://developer.mozilla.org/en-US/docs/Web/API/notification#browser_compatibility))
35
-
* JupyterLab >= 3.0
36
-
*:warning: For versions < `0.3.0`, Notebook Cell Timing needs to be enabled for Jupyterlab Notifications to work. Please go to Settings -> Advanced Settings Editor -> Notebook and update setting to:
37
-
```json5
38
-
{
39
-
// Recording timing
40
-
// Should timing data be recorded in cell metadata
41
-
"recordTiming":true
42
-
}
43
-
```
44
-
* The cell timing doesn't need to be enabled for Jupyterlab >= 3.1 and Jupyterlab notification version >= v0.3.0.
| `>=0.3.0` | `>=3.1.0` | Not required | Supports the Notification Web API*
37
+
|`<0.3.0`|`>3.0.0`| Required | Supports the Notification Web API*|
38
+
39
+
*For Notification Web API support, please check out [Browser Compatibility Chart](https://developer.mozilla.org/en-US/docs/Web/API/notification#browser_compatibility))
45
40
46
41
## Install
47
42
@@ -98,6 +93,19 @@ Use the following settings to update cell execution time for a notification and
:warning: For versions < `0.3.0`, Notebook Cell Timing needs to be enabled for Jupyterlab Notifications to work. Please go to Settings -> Advanced Settings Editor -> Notebook and update setting to:
99
+
```json5
100
+
{
101
+
// Recording timing
102
+
// Should timing data be recorded in cell metadata
103
+
"recordTiming":true
104
+
}
105
+
```
106
+
107
+
The cell timing doesn't need to be enabled for Jupyterlab >= 3.1 and Jupyterlab notification version >= v0.3.0.
0 commit comments