Run code inline in Atom using Jupyter kernels
1–10 of 56 posts
Re: Run code inline in Atom using Jupyter kernels
#2The dark one isn't really ideal for a cell-by-cell Jupyter-like implementation
Re: Run code inline in Atom using Jupyter kernels
#3Re: Run code inline in Atom using Jupyter kernels
#4Re: Run code inline in Atom using Jupyter kernels
#5I've used the Jupyter emacs integration (https://github.com/millejoh/emacs-ipython-notebook) but in the end, I stuck with org mode.
For an example of what you can do in org mode (in emacs), here is part of a "dashboard" I created for one of my products: https://i.imgur.com/QUFbIBk.png
And an example of how I design: https://i.imgur.com/MeRYn1L.png
You can essentially use org-babel to recreate an approximation to the notebook environment which si cool
Re: Run code inline in Atom using Jupyter kernels
#6Many 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.
While it doesn't currently exist, someone might implement something like this for Sublime Text in the future.
Re: Run code inline in Atom using Jupyter kernels
#7Good work.
Although Bret Victor deserves lots of appreciation for his work, most of his ideas are actually how Xerox PARC workstations and Lisp Machines used to enable developers to program more productively.
So if anything the best part of his work is making young generations aware of what the industry lost when those systems failed to gain wide market acceptance.
Re: Run code inline in Atom using Jupyter kernels
#8Many 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.
FYI: Sublime Text's plugin API has recently (v. 3118) been updated with some cool new features relating to inline minihtml, which makes something like this more feasible. While it doesn't currently exist, someone might implement something like this for Sublime Text in the future.
Re: Run code inline in Atom using Jupyter kernels
#9Re: Run code inline in Atom using Jupyter kernels
#10Earlier quoted context omitted.
FYI: Sublime Text's plugin API has recently (v. 3118) been updated with some cool new features relating to inline minihtml, which makes something like this more feasible. While it doesn't currently exist, someone might implement something like this for Sublime Text in the future.
Also, Sublime now has a Phantoms API which lets you insert content after (or blocked) the line.