Steven Silvester d634e52154 wip clean up rendermime rank handling 7 gadi atpakaļ
..
README.md bd9c7df74d Import @jupyterlab/services d64afa08331c3f867b0fd6ffca85bfcd82b8deb1 8 gadi atpakaļ
index.html 2aa4cd69b6 Allow for compatible patches 7 gadi atpakaļ
index.js d634e52154 wip clean up rendermime rank handling 7 gadi atpakaļ
main.py bd9c7df74d Import @jupyterlab/services d64afa08331c3f867b0fd6ffca85bfcd82b8deb1 8 gadi atpakaļ

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.