| 1 | initial version |
following a suggestion at: http://ask.sagemath.org/question/1382/how-do-i-install-python-modules-or-use-a-different
it seemed that ./sage --python -m easy_install <package_name>
might work at the command line. plotly was in the python index so I tried
./sage --python -m easy_install plotly
which threw an error, perhaps because of my current directory, but
sage --python -m easy_install plotly
seemed to work, and after a restart of the virtual machine ( which might really be the key to success ) plotly did work in the notebook.
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.