gophernotes icon indicating copy to clipboard operation
gophernotes copied to clipboard

The Go kernel for Jupyter notebooks and nteract.

Results 58 gophernotes issues
Sort by recently updated
recently updated
newest added

Is there a way for the notebook to stop running on error? It ignores my Panic statements (other than just printing out) and even os.Exit doesn't seem to do much....

enhancement

@mattn wrote in #184 > Sorry off topic. Can I import specific version of package in notebook?

question

When importing `import "google.golang.org/grpc"` I get this. ```bash error loading plugin "/go/src/gomacro.imports/gomacro_pid_9/import_7/import_7.so": plugin.Open("/go/src/gomacro.imports/gomacro_pid_9/import_7/import_7"): plugin was built with a different version of package google.golang.org/grpc/metadata ```

bug

I am trying to use a third party package within my gophernote and got the following error ``` repl.go:3:2: error loading package "gorm.io/driver/postgres" metadata, maybe you need to download (go...

Hi there, I really appreciate the work done here, use the tool a lot. I have built a new image using the dockerfile in the root though when I am...

Coming from a Python-in-Jupyter background, I notice that `Tab` works as you would expect (reveals all available methods/attributes), but `Shift+Tab` (signature hinting) does not. I could not find documentation on...

enhancement

@sbinet @SpencerPark @dwhitena Did anyone already present Gophernotes at some conference? I will attend to [Golab 2022 (Italy, 2-4 october)](https://golab.io/) and I think it could be an interesting topic to...

I have done 'go get -u gonum.org/v1/gonum/...' and go test without failure. But when I try to do ' import "gonum.org/v1/gonum/mat" ' in gophernotes, I got: ` repl.go:1:8: error loading...

bug

When attempting to run the following snippet of Go code in the latest version of gophernotes, `v0.7.4`, I get the following error: ```go import "fmt" type b struct {} func...

bug