File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Quick installation as module, requires Go 1.12+
5151$ env GO111MODULE=on go get github.com/gopherdata/gophernotes
5252$ mkdir -p ~ /.local/share/jupyter/kernels/gophernotes
5353$ cd ~ /.local/share/jupyter/kernels/gophernotes
54- $ cp " $( go env GOPATH) " /pkg/mod/github.com/gopherdata/gophernotes@v0.7.0 /kernel/* " ."
54+ $ cp " $( go env GOPATH) " /pkg/mod/github.com/gopherdata/gophernotes@v0.7.1 /kernel/* " ."
5555$ chmod +w ./kernel.json # in case copied kernel.json has no write permission
5656$ sed " s|gophernotes|$( go env GOPATH) /bin/gophernotes|" < kernel.json.in > kernel.json
5757```
@@ -92,7 +92,7 @@ Quick installation as module, requires Go 1.12+
9292$ env GO111MODULE=on go get github.com/gopherdata/gophernotes
9393$ mkdir -p ~ /Library/Jupyter/kernels/gophernotes
9494$ cd ~ /Library/Jupyter/kernels/gophernotes
95- $ cp " $( go env GOPATH) " /pkg/mod/github.com/gopherdata/gophernotes@v0.7.0 /kernel/* " ."
95+ $ cp " $( go env GOPATH) " /pkg/mod/github.com/gopherdata/gophernotes@v0.7.1 /kernel/* " ."
9696$ chmod +w ./kernel.json # in case copied kernel.json has no write permission
9797$ sed " s|gophernotes|$( go env GOPATH) /bin/gophernotes|" < kernel.json.in > kernel.json
9898```
You can’t perform that action at this time.
0 commit comments