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 @@ -54,7 +54,7 @@ Method 1: quick installation as module
5454$ env GO111MODULE=on go get github.com/gopherdata/gophernotes
5555$ mkdir -p ~ /.local/share/jupyter/kernels/gophernotes
5656$ cd ~ /.local/share/jupyter/kernels/gophernotes
57- $ cp " $( go env GOPATH) " /pkg/mod/github.com/gopherdata/gophernotes@v0.7.4 /kernel/* " ."
57+ $ cp " $( go env GOPATH) " /pkg/mod/github.com/gopherdata/gophernotes@v0.7.5 /kernel/* " ."
5858$ chmod +w ./kernel.json # in case copied kernel.json has no write permission
5959$ sed " s|gophernotes|$( go env GOPATH) /bin/gophernotes|" < kernel.json.in > kernel.json
6060```
@@ -95,7 +95,7 @@ Method 1: quick installation as module
9595$ env GO111MODULE=on go get github.com/gopherdata/gophernotes
9696$ mkdir -p ~ /Library/Jupyter/kernels/gophernotes
9797$ cd ~ /Library/Jupyter/kernels/gophernotes
98- $ cp " $( go env GOPATH) " /pkg/mod/github.com/gopherdata/gophernotes@v0.7.4 /kernel/* " ."
98+ $ cp " $( go env GOPATH) " /pkg/mod/github.com/gopherdata/gophernotes@v0.7.5 /kernel/* " ."
9999$ chmod +w ./kernel.json # in case copied kernel.json has no write permission
100100$ sed " s|gophernotes|$( go env GOPATH) /bin/gophernotes|" < kernel.json.in > kernel.json
101101```
You can’t perform that action at this time.
0 commit comments