mattn
mattn
@prabirshrestha What reason for adding `* text=auto` ?
I prefer that gophernotes recognize go.mod file placed in same location of notebook file.
OT: gophernotes dropped support of Go 1.10. So we can remove vendor.
Question, when importing different version of module which is already used in gophernotes's dependencies, what you expect? ``` error loading plugin "/home/mattn/go/src/gomacro.imports/gonum.org/v1/plot/plot.so": plugin.Open("/home/mattn/go/src/gomacro.imports/gonum.org/v1/plot/plot.so"): plugin was built with a different version...
If I want to use packages in the document and the packages are used in gophernotes, I should set GO111MODULE=off ?
I could solve issue that can't import packages which is used in gophernotes. One another issue is that can't import packages in different versions. I'm trying to use my package...
Hmm, importing "github.com/mattn/go-runewidth" fail.
Hmm, I played using go-runewidth for a little while but I don't see the fail.
Anyone could you please try import "github.com/mattn/go-plotlib" ?
Sorry off topic. Can I import specific version of package in notebook?