Paul Ivanov 1b3aa8ffa7 move process utilities to jupyterlab_launcher %!s(int64=6) %!d(string=hai) anos
..
README.md bd9c7df74d Import @jupyterlab/services d64afa08331c3f867b0fd6ffca85bfcd82b8deb1 %!s(int64=8) %!d(string=hai) anos
index.js d634e52154 wip clean up rendermime rank handling %!s(int64=7) %!d(string=hai) anos
main.py 1b3aa8ffa7 move process utilities to jupyterlab_launcher %!s(int64=6) %!d(string=hai) anos
package.json ac8812f6bd Publish %!s(int64=7) %!d(string=hai) anos

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