Michelangelo D'Agostino
Michelangelo D'Agostino
I'll add a heavy ➕ to this ticket.
I'm having this problem as well.
OS X Sierra, node v8.6.0, Chrome (with Postgres).
Here's a notebook that came from connecting to SQLite and running `select 1`: https://gist.github.com/mdagost/e20f576db4824ad0233a4a578f7f5bf3
@benmanns Thanks for this PR, and sorry that we didn't notice it until just now. I will take a look as soon as I can...
Hey @rachlee93 ! I was thinking the same thing last week. It doesn't work in JupyterLab out of the box because they disabled Javascript display, which we use. I've pinged...
Unfortunately no. It's a big change (developing for jupyterlab). I'd be happy to look at and help with PR's, but we won't be able to get to this for awhile...
Sorry--I missed the first message on this issue. I can confirm it's not working for me in Chrome. I'll take a look and see what I can find.
I suspect it is this: https://developer.mozilla.org/en-US/docs/Web/API/Notification/requestPermission Appears that the notifications permissions are now only available over https. Let me see if there is any workaround...
Yeah, so I verified that this is related to https. You can follow [these instructions](https://jupyter-notebook.readthedocs.io/en/stable/public_server.html) to start jupyter over https after generating a certificate: ``` $ openssl req -x509 -nodes...