I just got Jupyter running in python 3 on Google Cloud but I have a lot of trouble getting the libraries installed while working on a tutorial online. How exactly am I supposed to install libraries on the cloud Vm?(Numpy, mathplotlib) I tried using !pip install numpy and even the jupyter terminal to install libraries but noting seems to work. I even tried installing before I got the server running in the SSH because after it starts I dont have any control to do anything beside exit the server. I really need some python libraires can anyone help?
ImportError Traceback (most recent call last)
<ipython-input-7-cdbc221dd3db> in <module>()
1 import numpy as np
----> 2 import matplotlib.pyplot as plt
3 from sklearn.datasets import load_digits
4 digits=load_digits()
5 import pylab as pl
ImportError: No module named matplotlib.pyplot