IDL in an IPython notebook!
posted Tue 3 Jun 2014 by Michael Galloy under IDLThanks to Eric Bellm’s idlmagic, it is now possible to use IDL inside an IPython notebook! For example, here’s the HTML output of the first section of Modern IDL as an IPython notebook (download notebook). Note there are some mistakes still, notably the printing of a string as a long array.
If this is not exciting to you, you need to learn more about IPython notebooks.
October 1st, 2014 at 7:23 am
Hi Mike,
Hope you’re keeping well. One major component of the IPython notebook that I love is that you can publish a notebook, which is just a JSON/text document, anywhere public (such as as a GIST on github) and instantly have it rendered using the excellent nbviewer.ipython.org without the need for a live IPython kernel.
Best,
Phil Elson
October 1st, 2014 at 9:15 am
Yes, that is an awesome feature! Clever that even images are embedded in the text.