Skip to content

Commit 5e65188

Browse files
authored
Merge pull request #52 from damienstanton/patch-1
kernel.json path is wrong for macOS
2 parents 6938818 + 596e08f commit 5e65188

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)