Steven Silvester 8c378b55ad New version 4 years ago
..
templates dc44a1c3c4 Use favicons provided by jupyter_server 4 years ago
README.md 049fc2ab07 Lint fixes 6 years ago
index.js 4ee83bd2b2 Lint - updates from the new version of prettier. 4 years ago
main.py 13c897f2de Refine the use of tokens in urls. 4 years ago
package.json 8c378b55ad New version 4 years ago

README.md

Jupyter JS Services Node Example

This example demonstrates using Jupyter JS Services from node. The python script main.py is used to start a Jupyter Notebook Server and run the node script.

The base url of the notebook server is passed as a command line argument to the node script. The script starts a python notebook session and interacts with it.

The example can be installed as npm install and run as python main.py.

Notes:

  • The example is written using ES5 syntax.
  • The example requires version 4.1+ of the Jupyter Notebook.
  • This example requires its dependencies from the root directory of the repo, but typically the requirements would be directly in package.json