Steven Silvester cde0521528 [3.3.x] Run black (#12282) 2 years ago
..
static 31536bdd78 Merge branch 'master' into jupyter_server 4 years ago
README.md 049fc2ab07 Lint fixes 6 years ago
index.html c3048d1dd1 Replaced ... with ellipses unicode character in .ts files (#10208) 3 years ago
main.py cde0521528 [3.3.x] Run black (#12282) 2 years ago

README.md

Jupyter JS Services Browser Example (ES5 / require edition)

This example demonstrates using Jupyter JS Services from the browser using requirejs. The python script main.py is used to start a Jupyter Notebook Server and serve the sample application.

The base url of the notebook server is to the HTML template as part of a JSON script tag. The script starts a python notebook session and interacts with it, printing messages to the browser console.

The example can be run with python main.py.

Notes:

  • The example is written in JavaScript using ES5 syntax.
  • The example requires version 4.1+ of the Jupyter Notebook.
  • javascript libraries, such as requirejs, jquery, and jupyter-js-services are loaded from CDNs.