-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lgo version of Go kernel for Jupyter is working in tests but hasn't been stressed very heavily Also, dockerfile was tweaked to do yum update in the second stage again, increasing size, but possibly making things better somehow
- Loading branch information
1 parent
46830df
commit cd2f883
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"argv":["/opt/conda/share/jupyter/kernels/installers/dynamic_lgo", | ||
"--connection_file={connection_file}", | ||
"kernel", | ||
"--connection_file={connection_file}"], | ||
"display_name":"Go (lgo)", | ||
"language":"go" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters