Client APIs for the Jupyter services REST APIs
npm install @jupyterlab/servicesJavascript client for the Jupyter services REST APIs
Note: All functions and classes using the REST API allow a serverSettings
parameter to configure requests.
Requests are made using the fetch API, which is available in modern browsers or in Node 18+.
Prerequisites
- node
- Python, e.g. via conda
``bashpip install jupyter-server
npm install --save @jupyterlab/services
conda install jupyter-server # jupyter-server 2.0+ is recommendedor
`
Prerequisites
See the building instructions for JupyterLab, which
will build this module as part of the build process.
Rebuild
`bash`
yarn run clean
yarn run build
Follow the source build instructions first.
`bash`
yarn run test
Follow the source build instructions first.
`bash`
yarn run docs
Navigate to docs/index.html.
The runtime versions which should work are listed below. Earlier versions may
also work, but come with no guarantees.
- Node 10
- Firefox 52+
- Chrome 55+
Note: "requirejs" may need be included in a global context for Comm targetstarget_module
using the a (in the classic Notebook).
This can be as a