Skip to content

Instantly share code, notes, and snippets.

@butuzov
Last active November 11, 2019 11:55
Show Gist options
  • Save butuzov/1902a7a97761b7a4ed57ea7901efabb4 to your computer and use it in GitHub Desktop.
Save butuzov/1902a7a97761b7a4ed57ea7901efabb4 to your computer and use it in GitHub Desktop.
Jupyter Notebook Go Kernel

Installing Go kernel for Jupyter notebooks

brew install zeromq
brew install pkg-config
https://github.com/gopherdata/gophernotes
go get -u github.com/gopherdata/gophernotes
mkdir -p ~/Library/Jupyter/kernels/gophernotes
p $GOPATH/src/github.com/gopherdata/gophernotes/kernel/* ~/Library/Jupyter/kernels/gophernotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment