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.
2 parents fd31529 + ab3b185 commit 3a19bc5Copy full SHA for 3a19bc5
.github/workflows/build.yml
@@ -46,3 +46,4 @@ jobs:
46
jlpm run eslint:check
47
python -m pip install .
48
jupyter labextension list 2>&1 | grep -ie "jupyterlab-notifications.*OK"
49
+ python -m jupyterlab.browser_check --no-chrome-test
src/index.ts
@@ -51,7 +51,7 @@ const extension: JupyterFrontEndPlugin<void> = {
51
optional: [ISettingRegistry],
52
activate: async (app: JupyterFrontEnd, settingRegistry: ISettingRegistry) => {
53
checkBrowserNotificationSettings();
54
- let enabled = false;
+ let enabled = true;
55
let minimumCellExecutionTime = 60;
56
let reportCellExecutionTime = true;
57
let reportCellNumber = true;
0 commit comments