user_guide:howto:jupyter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
user_guide:howto:jupyter [2021/06/03 18:19] – [jupyter] dokuwiki vs markdown confusion lkastneruser_guide:howto:jupyter [2021/06/15 09:02] (current) – [jupyter] Try other browser lkastner
Line 15: Line 15:
 polymake-config --version polymake-config --version
 </code> </code>
-in a terminal. For example for Ubuntu it is not enough to have the `polymakepackage installed, you will also need ''libpolymake-dev''.+in a terminal. For example for Ubuntu it is not enough to have the ''polymake'' package installed, you will also need ''libpolymake-dev''.
  
 ===== Setup ===== ===== Setup =====
Line 62: 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: polymake::Main - /usr/lib/polymake/shared is not a symlink ====
 +This error sometimes appears with polymake installed by the package manager. It can be fixed by manually setting the symlink
 +<code>
 +cd /usr/lib/polymake
 +sudo ln -s ../../share/polymake shared
 +</code>
 +
  
 ==== polymake configuration ==== ==== polymake configuration ====
  • user_guide/howto/jupyter.txt
  • Last modified: 2021/06/15 09:02
  • by lkastner