Skip to content

Commit 596e08f

Browse files
kernel.json path is wrong for macOS
`~/.local/share/jupyter/kernels/gopherlab` is the location for Linux, but not macOS. This should be `~/Library/Jupyter/kernels/gophernotes/kernel.json`.
1 parent 6938818 commit 596e08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Then:
152152
jupyter --data-dir
153153
```
154154
155-
4. Update `~/.local/share/jupyter/kernels/gophernotes/kernel.json` with the FULL PATH to your gophernotes binary (in $GOPATH/bin). For example:
155+
4. Update `~/Library/Jupyter/kernels/gophernotes/kernel.json` with the FULL PATH to your gophernotes binary (in $GOPATH/bin). For example:
156156
157157
```
158158
{

0 commit comments

Comments
 (0)