Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@SpencerPark SpencerPark released this 06 May 03:28
· 6 commits to master since this release

Features:

  • #52, #54 load local jshell files or even other java notebooks
  • an update in the base kernel makes adding magic flags much easier, maven magics got a few option updates.
  • %classpath magic for adding a local source tree to the classpath. Great for using adding a local project to use in a kernel.

Changes:

  • update kernel installer to 2.1.0
  • update base kernel to 2.3.0
  • update runtime dependency management to ivy. See #42

Bug fixes:

  • #32 switching to ivy allows for proper proxy configuration.
  • #43 the new kernel installer generates a better build script and supports much better options for development builds with gradle.
  • #45 globbing got a few changes to now support matching directories allowing adding a source root of class files to the classpath!
  • #55 variables named io and java should no longer cause any trouble.
  • #56 tab completion in the middle of text doesn't delete the extra character it used to.