Package Exports
- odahu-flow-jupyterlab-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (odahu-flow-jupyterlab-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
odahuflow
Integration with Legion (Cluster and Local modes)
Prerequisites
- JupyterLab (version 0.35)
- odahuflow-sdk python package
Installation
jupyter labextension install jupyter_odahuflow
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
npm run build
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build