Closed cocodrino closed 8 years ago
Hi @cocodrino! Can you run gophernotes
the binary directly from within a terminal? If so, is it actually located at /go/bin/gophernotes
? You might need to update the path to the binary in the kernel.json
file.
note that #45 can actually deal with that.
It seems to me that Jupyter
will actually apply a "logical" which
on the given argv
...
Thanks @sbinet merged. @cocodrino can you confirm that this fixes the issue?
Going to close this assuming @sbinet's PR deals with it. @cocodrino please let us know if you are still having issues.
Hi..I'm having the following issue
kernel error
I'm not sure but I think than probably the error is because jupyter is trying to found the gophernotes binary inside /go/bin/gophernote (I don't know what is the root foolder for this relative path) and it's fails because my gophernotes is inside ~/Documents/projecs/go/bin/gophernotes
what could be the best way for solve it? thank you so much!!!