Thanks for taking a look at this, everyone! I look forward to your feedback on this prototype.
It would be great to get this (or something like it) into the Jupyter community as a recommendation so that we can build magics that work in any Kernel. I have a SQL magic implementation that uses Spark that could be packaged this way. It is also a good way to implement a set of built-ins across kernels, like %%timeit. On Thu, Feb 21, 2019 at 5:23 PM Brian Granger <[email protected]> wrote: > Great news, thanks for sharing! > > On Thu, Feb 21, 2019 at 5:20 PM Kyle Kelley <[email protected]> wrote: > >> Hey all, >> >> A couple weeks ago a bunch of Scala kernel maintainers came together >> during the Notebook Enterprise Summit <https://github.com/nteract/nes>. >> One of the topics of discussion was making consistent magics across the >> various Scala & JVM kernels. Notes and proposals are here: >> https://github.com/nteract/nes/tree/master/jvm-kernel-magics >> >> Ryan Blue created jvm-magics as a result of this: >> https://github.com/rdblue/jvm-magics >> >> Please check it out if you're interested and post issues. When ready, >> we'd love to see this land in the jupyter org to support similarly to >> jvm-repr. >> >> -- >> Kyle Kelley (@rgbkrk <https://twitter.com/rgbkrk>; lambdaops.com) >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Project Jupyter" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jupyter/CA%2BtbMaUOfo5c_ubJzEcA55TYwmTziS4OTs9VT38ndULp-iQZdA%40mail.gmail.com >> <https://groups.google.com/d/msgid/jupyter/CA%2BtbMaUOfo5c_ubJzEcA55TYwmTziS4OTs9VT38ndULp-iQZdA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > -- > Brian E. Granger > Associate Professor of Physics and Data Science > Cal Poly State University, San Luis Obispo > @ellisonbg on Twitter and GitHub > [email protected] and [email protected] > -- Ryan Blue Software Engineer Netflix -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAO4re1nLq8pY5LwvPeP9mTBr0s_t4oDJ5mQW06vv3WLz5Ur68Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
