We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2c99b commit 19927a0Copy full SHA for 19927a0
binder/environment.yml
@@ -4,4 +4,4 @@ channels:
4
dependencies:
5
- jupyterlab>=3.1
6
- pip:
7
- - jupyterlab-notifications==0.3.3
+ - jupyterlab-notifications==0.4.0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyterlab-notifications",
3
- "version": "0.3.3",
+ "version": "0.4.0",
"description": "Jupyterlab extension to show notebook cell completion browser notifications",
"keywords": [
"jupyter",
@@ -46,7 +46,7 @@
46
},
47
"dependencies": {
48
"@jupyterlab/application": "^3.0.6",
49
- "@jupyterlab/notebook": "^3.1.0-beta.1",
+ "@jupyterlab/notebook": "^3.1.0",
50
"@jupyterlab/settingregistry": "^3.0.3",
51
"@types/lru-cache": "^5.1.1",
52
"lru-cache": "^6.0.0",
0 commit comments