https://github.com/shunk031/a-tour-of-go-notebook
https://github.com/shunk031/a-tour-of-go-notebook
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shunk031/a-tour-of-go-notebook
- Owner: shunk031
- Created: 2018-02-17T15:57:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T15:59:40.000Z (over 7 years ago)
- Last Synced: 2025-01-10T17:53:46.208Z (9 months ago)
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Tour of Go Notebook
[A tour of go](https://go-tour-jp.appspot.com/list) in Jupyter notebook using [gophernotes](https://github.com/gopherdata/gophernotes)
## Setup
- for MacOS
``` shell
$ brew install zmq
$ go get github.com/gopherdata/gophernotes
$ mkdir -p ~/Library/Jupyter/kernels/gophernotes
$ cp $GOPATH/src/github.com/gopherdata/gophernotes/kernel/* ~/Library/Jupyter/kernels/gophernotes
```