You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most code-blocks/statements referencing an external library (mlab, matplot) in the example notebook wouldn't run without an import of pylab. I created a cell at the top with the following
from pylab import *
which fixed it. Not sure if anyone else is having this problem...
The text was updated successfully, but these errors were encountered:
Most code-blocks/statements referencing an external library (mlab, matplot) in the example notebook wouldn't run without an import of pylab. I created a cell at the top with the following
which fixed it. Not sure if anyone else is having this problem...
The text was updated successfully, but these errors were encountered: