Skip to content

Commit ba7aa84

Browse files
committed
Release 0.1.3
1 parent 67f1ad9 commit ba7aa84

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Build
2-
32
on:
43
push:
54
branches: [ main ]
65
pull_request:
76
branches: '*'
8-
97
jobs:
108
build:
119
runs-on: ubuntu-latest
@@ -21,8 +19,6 @@ jobs:
2119
with:
2220
python-version: '3.7'
2321
architecture: 'x64'
24-
25-
2622
- name: Setup pip cache
2723
uses: actions/cache@v2
2824
with:
@@ -50,4 +46,3 @@ jobs:
5046
jlpm run eslint:check
5147
python -m pip install .
5248
jupyter labextension list 2>&1 | grep -ie "jupyterlab-notifications.*OK"
53-
python -m jupyterlab.browser_check

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Notebook Cell Completion Browser Notifications for JupyterLab.
1313
## Requirements
1414

1515
* Web Browser that supports the Notification Web API (See [Browser Compatibility Chart](https://developer.mozilla.org/en-US/docs/Web/API/notification#browser_compatibility))
16-
* JupyterLab >= 1.0
16+
* JupyterLab >= 3.0
1717
* Notebook Cell Timing needs to be enabled for Jupyterlab Notifications to work. Please go to Settings -> Advanced Settings Editor -> Notebook and update setting to:
1818
```json5
1919
{
@@ -31,13 +31,6 @@ For JupyterLab 3.x, the extension can be installed with `pip`:
3131
pip install jupyterlab-notifications
3232
```
3333

34-
For JupyterLab 1.x and 2.x:
35-
36-
```bash
37-
jupyter labextension install jupyterlab-notifications
38-
```
39-
40-
4134
## Settings
4235

4336
Use the following settings to update cell execution time for a notification and information to display in the notification. (in `Settings > Advanced Settings Editor`):

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
dependencies:
55
- jupyterlab=3
66
- pip:
7-
- jupyterlab-notifications==0.1.2
7+
- jupyterlab-notifications==0.1.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-notifications",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Jupyterlab extension to show notebook cell completion browser notifications",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)