|
il y a 2 ans | |
---|---|---|
.. | ||
static | il y a 4 ans | |
README.md | il y a 6 ans | |
index.html | il y a 3 ans | |
main.py | il y a 2 ans |
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: