5

This is a not a full on JavaScript project like the following question/answers:

This is a simple Jupyter notebook/lab expansion python package called "jupyter-notify" that should generate a pop up "browser notification" after a cell finish running

Previously it was installed via

pip install jupyternotify

CELL 1:

%load_ext jupyternotify

CELL 2:

%%notify
import time
time.sleep(5)

CELL 2 ERROR:

Javascript Error: $ is not defined

Goal

  • is to not to have this error and
  • just get a pop up message whenever a certain cell finishes running
5
  • 1
    This seems to be a problem with the UI of the jupyter notebook. Nothing about your code. Commented May 20, 2022 at 9:48
  • 1
    $ can be a shorthand for different things, mostly know jQuery - use F12 and see if you get more info in the debugging output Commented May 20, 2022 at 9:50
  • 1
    @PatrickArtner F12 everything looks pretty normal. (I have turned off all my browser extensions but that also have no resolved the issue). Commented May 20, 2022 at 9:55
  • 1
    Jupyternotify: "This is currently tested avainst Chrome (58is Version) ..." ... Chrome is past 100 at this point in time. Commented May 20, 2022 at 10:08
  • 1
    I have the same issue, somebody help! Commented Jul 20, 2022 at 14:05

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.