An open API service indexing awesome lists of open source software.

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

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
```