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

Standard jupyter notebook (python) kernel allows me to use ```bash %cd ... ``` magic to change current directory. It may be a nice feature to also have it for `gophernotes`.

enhancement

I'm fairly certain I just borked my environment and need help setting is straight. I'm running this as a kernel on my server in Jupyterlab. All the built-in libraries work,...

limitation

Hi, After not using gophernotes for a month or so, something has changed so that example code for gonum.org/v1/plot no longer runs properly in gophernotes, but continues to run fine...

bug

The kernel did not respond to an is_complete_request. Setting `use_kernel_is_complete` to False. warn('The kernel did not respond to an is_complete_request. ') sys: debian9 amd64 jupyter:4.4.0 zmq:libzmq3-dev(4.2.1-4)

Hi i get this error after some time when im using gophernotes with vscode. Maybe this is a vscode issues? Have tried to figure when it works and when it...

I am trying to run github.com/kortschak/graphprac on my local machine. I always run with module mode on, Go version 1.13. When I try to run the first cell of the...

limitation

I have tried to build the Docker image locally both using Dockerfile and Dockerfile.DS but it seems to fail. The build of gophernotes is failing on the go build command....

help wanted

I'm not sure whether it's a limitation inherently from jupyter, but exporting to an HTML file from a notebook reverts the syntax highlighting to Python highlighting (comments are not parsed...

I am trying to import a module from a private repo. `import "gitlab.private-repo.com/sre/scout/flowgraph-api.git"` Notice that `plowgraph-api` lives inside `scout` group inside `sre` , which may complicate things. Go get from...