Live data from Hacker News

JupyterCon: I don't like Notebooks [slides]

docs.google.com

111–112 of 112 posts

Re: JupyterCon: I don't like Notebooks [slides]

#111
post #28

I only use notebooks in R (via knitr). Unless you choose to cache specific blocks by flagging it, it re-runs the whole notebook from scratch every time... So personally I haven't had any of these problems before. Further, the rendering is static, so you can't really choose to run things out of order either.

If you use notebooks inside R-Studio (like I imagine 99% would do) you click ctr+enter inside a code block and that block and only that block is executed, and below, the output of that block is rendered.

Absolutely don’t :)

Emacs + ESS all the way .

Re: JupyterCon: I don't like Notebooks [slides]

#112
post #99

Earlier quoted context omitted.

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.

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
Post reply on HN