notebook.community
Edit and run
In [3]: %matplotlib inline from matplotlib import pyplot as plt import seaborn as sns import numpy as np np.exp(2)
%matplotlib inline from matplotlib import pyplot as plt import seaborn as sns import numpy as np np.exp(2)
Out[3]: 7.3890560989306504
7.3890560989306504
In [ ]: