Holger Karl
Holger Karl
Hello, for what it is worth, it seems this bug / the missing assingment tab display bug https://github.com/jupyter/nbgrader/issues/573 is still not fully cured (compare https://groups.google.com/forum/#!msg/jupyter-education/VBd9nhq2crs/F3qPy0kXBAAJ). With current installation, we again...
ok - but not getting any progress. I asked here: http://stackoverflow.com/questions/40937420/drive-java-kulla-from-pexpect-context-jupyter Let's see... thanks!
Yes, still an issue for me; with jdk build 9-ea+147 Good to know there is one version known to work ... In case you are looking: this is available here...
That's very useful, thanks. But I am surprised you got ea+132 to work? It fails for me when trying multi-line commands (e.g., defining a class over multiple lines). ea-100 shows...
@nilsga ah, ok, running jshell rather than kulla does the trick. Very nice! I am now using, in java_kernel: ``` self.javawrapper = replwrap.REPLWrapper( "{}/bin/jshell".format(self.env['JAVA_9_HOME']), u'jshell> ', None, continuation_prompt=u' ...> '...
@dsblank Interesting... we have so far done Python and will move into Java soon for the remaining of the term. Unfortunately, all my material is in German (don't ask ...)....
I have a slightly different setup than Doug. I'm using it for a general-purpose programming class, so I want to stay fairly close to Java. Java9 actually is confusing those...
Sure... but I will not be able to do any work on this before our semester is over and the exams are done. Not before end of February... > On...