I am using polymake 4.10 on a machine with Fedora 38. I installed both polymake and jupyter-notebook with the DNF package manager. Then I have tried to follow the installation instructions given in https://polymake.org/doku.php/user_guide/howto/jupyter. But when I run the command polymake --script jupyter I get the following error message:
Code: Select all
polymake: WARNING: created private directory /home/luismiguel/.polymake
This function installs the jupyter-polymake kernel
and the python libpolymake interface JuPyMake for the
current user (into ~/.local).
You need to have a running version of the jupyter notebook for python3 installed.
Are you sure you want to continue with the installation? [y/N]
y
polymake: ERROR: Installation failed, please check the output:
cp: cannot stat '/usr/share/polymake/resources/jupyter-polymake': No such file or directory
Best,
- Luis