JJava 1.0-a7 released #113
andrus
announced in
Announcements
Replies: 1 comment
-
|
@maxandersen , note that there were some kernel API changes in the latest JJava release. This made the internals a bit more sane. But I hope they can be ported easily to your JBang subclass (specifically, the item 3 above |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Glad to announce a new
a7milestone of DFLib JJava 1.0. JJava is a Java / JVM kernel for Jupyter. The new release focused on a more robust kernel boot sequence and, more generally, code execution flow, as well as the%timemagic. Key improvements:JJAVA_STARTUP_SCRIPT. Previously, it was executed lazily within the notebook that resulted in random issues like `JJAVA_STARTUP_SCRIPT can't start up spark #67.kernel.evalBuilder(code)method to start a configurable execution.Ok, kernel internals may be fun for some of us, but a general user couldn't care less. So here is another new feature that will hopefully get more people excited ...
%time/%%timemagic. This is a handy utility to take quick measurements of the execution time of a given piece of code in the notebook. In most cases I prefer the "cell" flavor (%%time), using it like this:Beta Was this translation helpful? Give feedback.
All reactions