Releases: OSC/bc_osc_jupyter
Releases · OSC/bc_osc_jupyter
version 0.9.0
Added
- Added kernel for Python 2.7 from Conda 5.2
version 0.8.0
Added
- Add IJulia kernel for Julia 0.6.4
version 0.7.0
Added support for Julia 1.0 kernel
version 0.6.2
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
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
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
Added
- Added support for user-created Conda environments.
Changed
- Use custom Jupyter Notebook module provided by SciApps.
version 0.4.1
Changed
- Output more debug info.
version 0.4.0
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.