I've seemingly successfully installed the Altair visualization library, with the following:
pip3 install --user -U altair vega_datasets notebook vega3
However, when I try to spawn a jupyter notebook, it doesn't find the package. Maybe the python version/kernel that the notebook is looking at is not the one I installed into? But I even did the installation from within the notebook, with the same results.
Maybe this would be a good addition to the "batteries included" of PythonAnywhere, if it's technically feasible?
Thanks!