Live data from Hacker News

Run code inline in Atom using Jupyter kernels

github.com

21–30 of 56 posts

Re: Run code inline in Atom using Jupyter kernels

#21
post #4

Many times I wanted to switch from Sublime Text to Atom, but I always went back for some reason (slowness, not remembering open files upon restart, etc). Maybe this will make me swich for good.

The fact that Atom was free and Open Source is mostly why I switched. You'll be happy to find that it does restore your last session as default now (add in the Project Manager plugin to make switching between projects easier too). Personally I haven't noticed any speed issues but YMMV.

Re: Run code inline in Atom using Jupyter kernels

#23
post #13

This looks cool but how does this translate to being beneficial in real world web applications? Often times the result of running some bit of code is to see the end result in a browser because the code resulted in sending a bunch of HTML or JSON as a response. Also in the above case your code isn't self contained to a block of code. Chances are you have a web server, along with a database and cache server. Most of my…

Jupyter Notebooks are more for statistical, iterative coding, not running an application.

Re: Run code inline in Atom using Jupyter kernels

#26
post #17

Advantages of this over running a repl in an Emacs buffer and evaluating code that way? I've never tried Atom.

Same question, but s/running repl in an Emacs buffer/authoring in org-babel/ - I have a hard time seeing Jupyter and friends as anything other than a subset of what people have been using org-babel to do for years, and I'm not really sure whether that's an accurate perception or not.
Post reply on HN