You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you! This was very helpful. :-)
I struggled to install jupyterlab inside sage on Linux Mint 20.0. (which is base on Ubuntu 20.04) and had a similar problem.
Python 2 ist not included in Ubuntu and sagemath is sagemath9.0-1ubuntu4
The solution was: sage -python3 -m pip install jupyterlab
Then I coul start sage with jupyterlab: sage -n jupyterlab
Testing sage_sample installation on debian, with the debian package (sagemath:amd64 8.6-5 )
So I had to do:
$ sage -python2 -m pip install --upgrade --no-index -v .
(which btw is not really documented)
The text was updated successfully, but these errors were encountered: