You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
old Jupyter version was expecting user configuration to live under: $HOME/.ipython/kernels/<kernel-name> now, it shall be under: $HOME/.local/share/jupyter/kernels/<kernel-name> If one would use the old location, jupyter would migrate the configuration to $HOME/.local/share/jupyter and leave the old one stale (and subsequent modifications to the file(s) under $HOME/.ipython would be ignored.) Update the README.
- Update `~/.ipython/kernels/gophernotes/kernel.json` with the path to your $GOPATH installation. If you used the path above, your file will look like:
139
+
- 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:
140
140
141
141
```
142
142
{
@@ -166,7 +166,7 @@ This project came out of the [Gopher Gala](http://gophergala.com/) 2016. It is
166
166
## Troubleshooting
167
167
168
168
### gophernotes not found
169
-
- Depending on your environment, you may need to manually change the path to the `gophernotes` executable in `kernel/kernel.json` before copying it to `~/.ipython/kernels/gophernotes`. You can put the **full path** to the `gophernotes` executable here, and you shouldn't have any further issues.
169
+
- Depending on your environment, you may need to manually change the path to the `gophernotes` executable in `kernel/kernel.json` before copying it to `~/.local/share/jupyter/kernels/gophernotes`. You can put the **full path** to the `gophernotes` executable here, and you shouldn't have any further issues.
0 commit comments