Skip to content

Instantly share code, notes, and snippets.

@ysaito8015
Last active July 9, 2018 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ysaito8015/fac620889bded29a6efec163315d7c2f to your computer and use it in GitHub Desktop.
Save ysaito8015/fac620889bded29a6efec163315d7c2f to your computer and use it in GitHub Desktop.
$ go get -u github.com/cosmos72/gomacro
$ gomacro
$ docker pull dwhitena/gophernotes
$ docker run -it -p 8888:8888 gopherdata/gophernotes
$ go get github.com/gopherdata/gophernotes
$ mkdir -p ~/Library/Jupyter/kernels/gophernotes
$ cp $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