Moved all code to \code subdirectory.

All these changes are to make the book easier to run from
cloud.sagemath.org. You can share individual notebooks there,
but not entire projects.By putting everything under code at the
user only needs to grab that one directory.

More on sagemath later, if I decide to pursue that as a delivery
mechanism...
This commit is contained in:
Roger Labbe
2015-07-13 23:16:04 -07:00
parent 069982f128
commit aba6a9dcf7
24 changed files with 882 additions and 745 deletions

View File

@@ -12,7 +12,7 @@ import numpy as np
def plot1():
P = np.array([[6, 2.5], [2.5, .6]])
stats.plot_covariance_ellipse((10, 2), P, facecolor='g', alpha=0.2)