-
Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
go1.7beta1
2. What operating system and processor architecture are you using …
-
I'm trying to set up an example usage document of my go module. The directory is structured as
```
go.mod
x.go
y.go
z.go
example/
x.ipynb
```
How would I import relative package in …
-
Just checking if the docker image has been abandoned?
Last update was about 5 years ago.
https://hub.docker.com/r/dwhitena/gophernotes/tags
-
This issue will track the progress of the work for merging in Nixpkgs, announced [here](https://github.com/NixOS/nixpkgs/issues/79703). I will do this here so that there is less noise in the Nixpkgs r…
-
-
Current docker image is using go 1.11.4 but current stable version of go is 1.17
Is there a path to maybe modifying Dockerfile to build image to use go 1.17?
Please let me/us know if this is possibl…
-
It's a free online service for building temporary jupyter nb.
I tried `https://mybinder.org/v2/gh/gopherdata/gophernotes/HEAD` but it failed to load.
log
```
Waiting for build to start...
…
-
One of the neatest features of github is its ability to render jupyter notebooks.
This sort of feature has also came up as a request in the gitlab community.
So I thought I might bring it to gogs as w…
-
When attempting to run the following snippet using Nteract and the latest version of GopherNotes, I get the following error:
```go
import "crypto/hmac"
import "crypto/sha1"
h := hmac.New(sha1.…
-
Hi,
Using Go 1.17 for Windows 10.
Gomacro, gonum, etc... are in go\bin + go\pkg, using **go install** to get the latest packages.
Using gomacro:
```
gomacro> import "gonum.org/v1/gonum"
// de…
ech67 updated
2 years ago