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+
51
51
$ env GO111MODULE=on go get github.com/gopherdata/gophernotes
52
52
$ mkdir -p ~ /.local/share/jupyter/kernels/gophernotes
53
53
$ 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/* " ."
55
55
$ chmod +w ./kernel.json # in case copied kernel.json has no write permission
56
56
$ sed " s|gophernotes|$( go env GOPATH) /bin/gophernotes|" < kernel.json.in > kernel.json
57
57
```
@@ -92,7 +92,7 @@ Quick installation as module, requires Go 1.12+
92
92
$ env GO111MODULE=on go get github.com/gopherdata/gophernotes
93
93
$ mkdir -p ~ /Library/Jupyter/kernels/gophernotes
94
94
$ 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/* " ."
96
96
$ chmod +w ./kernel.json # in case copied kernel.json has no write permission
97
97
$ sed " s|gophernotes|$( go env GOPATH) /bin/gophernotes|" < kernel.json.in > kernel.json
98
98
```
You can’t perform that action at this time.
0 commit comments