On 2014-10-14 at 07:43:57 +0000, Adam Witney wrote: > Hi, > > Is this much different from beaker? > > http://beakernotebook.com/
Hi all, I already wrote an Perl IPython language kernel[*]. I'm aware of Jupyter and I think it *should* also work with Jupyter, but I haven't investigated. I'll try to get around to that this weekend. As for Beaker, that looks nice! It seems that it can import IPython .ipynb files and it seems that it works with IPython language kernels. I'll have to look into that as well. Though, I have to note, Perl already can share data with other interpretors through Inline modules. :-) Having more options is still good. AZAWAWI is also working on a Perl 6 notebook from discussion we've had on #pdl. I think we can work together to make a Perl5 PDL notebook. [*]: <https://metacpan.org/pod/Devel::IPerl> Cheers, - Zaki Mughal > > Adam > > From: Pablo marin-garcia [mailto:[email protected]] > Sent: 14. októbra 2014 7:23 > To: perldl list > Subject: [Perldl] Iphyton notebook is now evolved into Project Jupyter > (language agnostic) > > I assume that some of you involved in the perldl notebook probably already > know it but just in case, the Iphyton comunity along Julia and R people have > launched the Jupyter project to create a language agnostic notebook > infrastructure , > > https://speakerdeck.com/fperez/project-jupyter > http://jupyter.org/ > > Probably now would be easier to have a perldl notebook. > > Cheers > > > Pablo Marin-Garcia > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
