In [1]:
# start the inline backend for plotting
%matplotlib inline

In [2]:
# Import the example plot from the figures directory
from fig_code import plot_sgd_separator
plot_sgd_separator()


---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-2-ce8360b266e1> in <module>()
      1 # Import the example plot from the figures directory
----> 2 from fig_code import plot_sgd_separator
      3 plot_sgd_separator()

ImportError: No module named fig_code

In [ ]: