How to install seaborn in sagemath cloud?
How to install seaborn in sagemath cloud?
How to install seaborn in sagemath cloud?
Click the Help button in the upper right or email help@sagemath.com to open a support ticket. You definitely don't have to be a paying customer. Also, we will likely install things to be available to all projects (not just yours).
It looks like it might already be installed, see https://github.com/sagemathinc/smc/search?q=seaborn
Are you trying to use it by itself or within Sage?
You will need to have a for-pay account and set up the internet access. Then, you can use pip install seaborn
.
Not necessarily, you can install it locally. For this particular case, upload seaborn files into your cloud manually, then open terminal and run python setup.py install --user $whoami
in the seaborn's folder. Similarly, you can install Ubuntu's packages but using different commands.
Asked: 8 years ago
Seen: 862 times
Last updated: May 23 '16