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: 2016-05-16 04:45:55 +0100
Seen: 967 times
Last updated: May 23 '16
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.