Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| user_guide:howto:jupyter [2021/06/01 16:05] – Short note on where jupyter takes its polymake config from lkastner | user_guide:howto:jupyter [2021/06/15 09:02] (current) – [jupyter] Try other browser lkastner | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ninja -C build/Opt install | ninja -C build/Opt install | ||
| </ | </ | ||
| - | in your polymake source. Then please use the polymake binary from the folder you installed polymake in. | + | if working with the polymake source. Then please use the polymake binary from the folder you installed polymake in. |
| + | |||
| + | If you use a version of polymake installed via your package manager, make sure you have the '' | ||
| + | < | ||
| + | polymake-config --version | ||
| + | </ | ||
| + | in a terminal. For example for Ubuntu it is not enough to have the '' | ||
| ===== Setup ===== | ===== Setup ===== | ||
| Line 56: | Line 62: | ||
| ===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
| + | If the polymake kernel does not start for you, look at the output of jupyter in the terminal and search for any error messages. | ||
| + | |||
| + | If you experience issues it makes sense to try a different browser. | ||
| + | |||
| + | ==== JuPyMake.PolymakeError: | ||
| + | This error sometimes appears with polymake installed by the package manager. It can be fixed by manually setting the symlink | ||
| + | < | ||
| + | cd / | ||
| + | sudo ln -s ../ | ||
| + | </ | ||
| + | |||
| ==== polymake configuration ==== | ==== polymake configuration ==== | ||
| - | The configuration used by the jupyter kernel is the one in `$HOME/ | + | The default |
| + | |||
| + | Advance users can use a different configuration folder in the following way: | ||
| + | < | ||
| + | alias jupymake=" | ||
| + | </ | ||
| ==== polymake kernel does not start ==== | ==== polymake kernel does not start ==== | ||