Skip to content
Snippets Groups Projects
Commit 0007a30f authored by dgelessus's avatar dgelessus
Browse files

Remove release version 1.0.0 from Git LFS

parent 60df754e
Branches
Tags
No related merge requests found
releases/*.jar filter=lfs diff=lfs merge=lfs -text
......@@ -18,6 +18,6 @@
* Fixed `:trace` not showing the parameters and return values of executed transitions.
* Changed error handling so exception stack traces are no longer shown in the notebook. (They are still logged to the console.)
## [1.0.0](./releases/prob2-jupyter-kernel-1.0.0-all.jar)
## [1.0.0](https://www3.hhu.de/stups/downloads/prob2-jupyter/prob2-jupyter-kernel-1.0.0-all.jar)
* Initial release.
......@@ -20,7 +20,7 @@ This is a [Jupyter](https://jupyter.org/) kernel for the [ProB animator and mode
### For end users
1. Download the latest version of the kernel [here](https://gitlab.cs.uni-duesseldorf.de/dgelessus/prob2-jupyter-kernel/blob/master/releases/prob2-jupyter-kernel-1.0.0-all.jar).
1. Download the latest version of the kernel [here](https://www3.hhu.de/stups/downloads/prob2-jupyter/prob2-jupyter-kernel-1.0.0-all.jar).
2. If Jupyter is installed in a virtual environment, activate it.
3. Run `java -jar <jarfile> install` to install the kernel. (`<jarfile>` is the name of the jar file that you just downloaded.)
* If you get a permission error when installing the kernel spec, add the option `--user` after `install`. This will install the kernel spec into your user home instead of the Python install directory (which may not be writable).
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment