ModelOp Center contains a package with the Jupyter plugin installation zip file. Please contact your ModelOp representative to get the latest version.
Installation
These installation instructions assume the following:
...
Code Block | ||
---|---|---|
| ||
git clone https://github.com/modelop/jupyter-plugin.git cd jupyter-plugin mvn clean install jupyter nbextension install target/jupyter-plugin-2.1-SNAPSHOT.zip jupyter nbextension enable modelop-plugin/modelop-plugin |
Then you can run your Next, start the Jupyter notebook instance (please note the configuration section before running):
Code Block |
---|
jupyter notebook |
Configuration
Before being able to use the plugin in your the Jupyter instance, please make sure your Jupyter knows where your ModelOp Center can be reached by providing the base URL in either of the following ways.
...