Skip to content

Releases: OSC/bc_osc_jupyter

version 0.9.0

20 Sep 14:32
Compare
Choose a tag to compare

Added

  • Added kernel for Python 2.7 from Conda 5.2

version 0.8.0

24 Aug 17:01
Compare
Choose a tag to compare

Added

  • Add IJulia kernel for Julia 0.6.4

version 0.7.0

14 Aug 15:24
Compare
Choose a tag to compare

Added support for Julia 1.0 kernel

version 0.6.2

27 Apr 19:11
Compare
Choose a tag to compare

Changed

  • Namespace Conda environment kernel paths to avoid collision with module
    environment kernels.
  • Only attempt to install package if it doesn't exist to speed up launch
    process.

Fixed

  • Hopefully fixed race condition when downloading packages.

version 0.6.1

26 Apr 19:29
Compare
Choose a tag to compare

Changed

  • Added timing information in output logs and increased timeout to 10 minutes.

Fixed

  • Fixed issue with Conda environments not being loaded properly.

version 0.6.0

17 Apr 19:09
Compare
Choose a tag to compare

Added

  • Added debug queue as an option.
  • Users can now specify number of cores on the node.

Changed

  • Changed server timeout to 120 seconds to account for running on shared node.

version 0.5.0

28 Mar 17:56
Compare
Choose a tag to compare

Added

  • Added support for user-created Conda environments.

Changed

  • Use custom Jupyter Notebook module provided by SciApps.

version 0.4.1

06 Mar 15:35
Compare
Choose a tag to compare

Changed

  • Output more debug info.

version 0.4.0

06 Mar 15:11
Compare
Choose a tag to compare

Added

  • Added the various Python modules on OSC Owens as Jupyter kernels.
  • Added the Julia module on OSC Owens as a Jupyter kernel.

Changed

  • Updated date in LICENSE.md.
  • Renamed Account to Project.
  • Changed favicon to cogs.
  • Changed the way we launch Jupyter notebook by now pointing to a custom
    location for the Jupyter notebook installation.
  • Stopped using login shells to speed up process start times.

version 0.3.0

07 Dec 16:44
Compare
Choose a tag to compare

Added

  • Added helpful links in the app description and node type description. #17

Changed

  • Updated links in README.md to point to correct locations. #15
  • Made log file more verbose.

Fixed

  • Fixed some text formatting issues. #16
  • Removed references to RStudio. #14