depy icon indicating copy to clipboard operation
depy copied to clipboard

Import numpy earlier

Open rajshah4 opened this issue 9 years ago • 1 comments

Hi, great notebook! When I ran this, I needed to import numpy earlier to get pass the line - np.set_printoptions(suppress=True)

I added it under the Tools used block of code.

Thanks raj

rajshah4 avatar Jun 10 '15 04:06 rajshah4

Ah, good catch. Feel free to make a PR or I can fix it. I often have these imports defined in my IPython config and forget.

https://github.com/jseabold/dotfiles/blob/master/ipython_config.py#L26

jseabold avatar Jun 10 '15 04:06 jseabold