Skip to content
Snippets Groups Projects
Commit 7082b708 authored by dgelessus's avatar dgelessus
Browse files

Expand section on alternative frontends in README

parent a16c448b
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,12 @@ If the kernel was installed using `java -jar <jarfile> install`, the kernel jar ...@@ -56,7 +56,12 @@ If the kernel was installed using `java -jar <jarfile> install`, the kernel jar
After installation, start the Jupyter Notebook web interface using `jupyter notebook`. The ProB 2 kernel can be selected when creating a new notebook. After installation, start the Jupyter Notebook web interface using `jupyter notebook`. The ProB 2 kernel can be selected when creating a new notebook.
You can also use the kernel with other frontends, such as `jupyter console` and `jupyter qtconsole`, by specifying `--kernel=prob2` on the command line. You can also use the kernel with other frontends. You may need to manually specify the ProB 2 kernel's ID (`prob2`). For example, to run the kernel using Jupyter's [console](https://jupyter-console.readthedocs.io/) and [Qt console](https://qtconsole.readthedocs.io/) frontends:
```sh
$ jupyter console --kernel=prob2
$ jupyter qtconsole --kernel=prob2
```
For information on how to use the kernel, run the built-in `:help` command, or see the included [example notebooks](./notebooks). For information on how to use the kernel, run the built-in `:help` command, or see the included [example notebooks](./notebooks).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment