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 revisionBoth sides next revision
user_guide:howto:jupyter [2021/06/03 18:14] lkastneruser_guide:howto:jupyter [2021/06/03 18:17] – [jupyter] Add more details on prereq, in particular for Ubuntu lkastner
Line 9: Line 9:
 ninja -C build/Opt install ninja -C build/Opt install
 </code> </code>
-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` binary. Try running 
 +<code> 
 +polymake-config --version 
 +</code> 
 +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 =====
  • user_guide/howto/jupyter.txt
  • Last modified: 2021/06/15 09:02
  • by lkastner