Hacker News new | ask | show | jobs
by cdancette 2849 days ago
If you work with image processing, notebooks are very handy as they can display images directly. Also to display tables nicely with pandas, or for any data visualization actually.
2 comments

That's my problem. I agree that notebooks create a troublesome dev situation, but "%matplotlib inline" and stuff like the pivot table plugin keep me crawling back.
Doesn't IPython repl running in a QTconsole terminal do that ?
Yeah but it's less nice, and if you're running on a distant server you have to deal with X forwarding