This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
cs401r_w2016:lab_notes [2015/12/23 21:27] admin created |
cs401r_w2016:lab_notes [2021/06/30 23:42] (current) |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ''ipython --pylab'' | ''ipython --pylab'' | ||
| - | (I often find it easier to do my code development interactively in the terminal, then save a final notebook to turn in). | + | (One disadvantage of running ''ipython --pylab'' is that it automatically imports numpy and matplotlib. This pollutes the IDE's namespace, and sometimes makes it difficult to port code to non-ipython interpreters, because you won't have the right imports in place...) |
| + | |||
| + | I often find it easier to do my code development interactively in the terminal, then save a final notebook to turn in. | ||
| If you're more comfortable with IDEs, you may also want to check out ''spyder'' or ''pycharm''. | If you're more comfortable with IDEs, you may also want to check out ''spyder'' or ''pycharm''. | ||