Skip to content

Commit

Permalink
Addition of kernel for Python 2.7 Conda 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Rodgers committed Sep 20, 2018
1 parent 1cdb7be commit af6a8a5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.9.0] - 2018-09-20
### Added
- Added kernel for Python 2.7 from Conda 5.2

## [0.8.0] - 2018-08-24
### Added
- Add IJulia kernel for Julia 0.6.4
Expand Down Expand Up @@ -116,7 +120,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release!

[Unreleased]: https://github.com/OSC/bc_osc_jupyter/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/OSC/bc_osc_jupyter/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/OSC/bc_osc_jupyter/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/OSC/bc_osc_jupyter/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/OSC/bc_osc_jupyter/compare/v0.6.2...v0.7.0
[0.6.2]: https://github.com/OSC/bc_osc_jupyter/compare/v0.6.1...v0.6.2
Expand Down
15 changes: 15 additions & 0 deletions template/script.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,21 @@
MODULES: "python/2.7#{" cuda/8.0.44" if cuda}"
}
},
python27conda: {
display_name: "Python 2.7 (Conda 5.2) [python/2.7#{" cuda/8.0.44" if cuda}]",
language: "python",
argv: [
wrapper,
"python",
"-m",
"ipykernel",
"-f",
"{connection_file}"
],
env: {
MODULES: "python/2.7-conda5.2#{" cuda/8.0.44" if cuda}"
}
},
julia051: {
display_name: "Julia 0.5.1 [julia/0.5.1#{" cuda/8.0.44" if cuda}]",
language: "julia",
Expand Down

0 comments on commit af6a8a5

Please sign in to comment.