Skip to content

Commit 3069193

Browse files
authored
Update README.md
1 parent 9f68816 commit 3069193

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ This project came out of the [Gopher Gala](http://gophergala.com/) 2016. It is
8383
```
8484
cp -r $GOPATH/src/github.com/gophergala2016/gophernotes/kernel/* ~/.local/share/jupyter/kernels/gophernotes
8585
```
86+
87+
Note, depending on which version of jupyter you are using and if you are using Anaconda, you may need to copy to `~/.ipython` rather than `~/.local/share`:
88+
89+
```
90+
mkdir ~/.ipython/kernels/gophernotes
91+
cp -r $GOPATH/src/github.com/gophergala2016/gophernotes/kernel/* ~/.ipython/kernels/gophernotes/
92+
```
8693
8794
### Local, OSX
8895
@@ -135,6 +142,13 @@ This project came out of the [Gopher Gala](http://gophergala.com/) 2016. It is
135142
mkdir -p ~/.local/share/jupyter/kernels/gophernotes
136143
cp -r $GOPATH/src/github.com/gophergala2016/gophernotes/kernel/* ~/.local/share/jupyter/kernels/gophernotes
137144
```
145+
146+
Note, depending on which version of jupyter you are using and if you are using Anaconda, you may need to copy to `~/.ipython` rather than `~/.local/share`:
147+
148+
```
149+
mkdir ~/.ipython/kernels/gophernotes
150+
cp -r $GOPATH/src/github.com/gophergala2016/gophernotes/kernel/* ~/.ipython/kernels/gophernotes/
151+
```
138152
139153
- Update `~/.local/share/jupyter/kernels/gophernotes/kernel.json` with the path to your $GOPATH installation. If you used the path above, your file will look like:
140154

0 commit comments

Comments
 (0)