This package contains the Javascript API for JupyterEngineManager
used by the Jupyter Engine plugin in ImJoy.
Click here to run Jupyter Engine Manager in ImJoy.
-
Run
npm install
-
Run
npm run serve
and you will get a development server onhttp://127.0.0.1:9090
-
Now go to
https://imjoy.io
and install the Jupyter Engine Manager plugin viahttp://127.0.0.1:9090/Jupyter-Engine-Manager.imjoy.html
("+Plugins > Install from URL"). -
If you modify any thing, the code will be deployed automatically, however, in ImJoy you need to reload the
Jupyter-Engine-Manager
plugin manually by selectingReload
in the plugin menu. -
Run
npm run build
and you will get the files inside thedocs
folder.