On 2014-07-11 at 14:25:04 +1000, Karl Glazebrook wrote: > I thought with iPython someone could just run a server to which others could > connect to play with a notebook?
Not quite. As far as I know, there hasn't been any work on providing IPython in a multiuser environment — though that should certainly be possible. Wakari, which is the closest to that, is closed source. It should be possible to build something like Wakari for PDL by using Docker and there was some discussion about making a Docker image for PDL at the YAPC::NA Perl science panel. However, there's good news! At SciPy 2014, the IPython team announced that they will be separating the language agnostic parts of IPython into another project called Project Jupyter <https://twitter.com/ProjectJupyter>. It looks like they are trying to work on the multiuser use case and an interesting tool that lets you edit notebooks in Google Chrome. It doesn't look quite ready, but I'm following the developments there. Cheers, - Zaki Mughal > > Karl > > On 10 Jul 2014, at 2:26 am, Zakariyya Mughal <[email protected]> wrote: > > > On 2014-07-08 at 20:37:53 -0700, Karl Glazebrook wrote: > > > > Hi, > > > > There isn't exactly a live version that you can quickly edit. To edit > > it, you have to download the .ipynb file by clicking the "Download > > Notebook" icon on the top-right. You can then load it in any of the > > IPython GUI frontends, but to get it to run with a Perl backend you need > > the IPerl kernel from <https://github.com/zmughal/p5-Devel-IPerl>. > > > > I haven't put it up on CPAN yet because I need to do some work on > > portability. I'm going to try to work on that by this weekend. > > > > I also just tried loading the notebook in an online editor at > > <https://www.wakari.io/> and that works fine, but running the code won't > > work since that site is for numpy. > > > > Cheers, > > - Zaki Mughal > > > >> > >> > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
