pop up notification using jquery
$.notify("Hello World");
Here is what the above code is Doing:
1. We’re importing the notify function from the notify.py file.
2. We’re calling the notify function and passing it the string “Hello World”.
Now, let’s run the code.
$ python notify.py