Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
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):

...

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.

...