📚 The CoCalc Library - books, templates and other resources
1from .data import * 2from .figures import * 3 4from .sgd_separator import plot_sgd_separator 5from .linear_regression import plot_linear_regression 6from .helpers import plot_iris_knn 7 8