Gophernotes Versions Save

The Go kernel for Jupyter notebooks and nteract.

v0.7.5

1 year ago

Update to latest gomacro: adds ability to import local packages using an absolute or relative filesystem path. Update some other dependencies.

v0.7.4

2 years ago

Update to latest gomacro - fixes #240

v0.7.3

2 years ago

update to latest gomacro: add standard library symbols defined in Go 1.12 and 1.13

v0.7.2

3 years ago

update to latest gomacro: fix import of third party packages with Go >= 1.16

v0.7.1

3 years ago

update to latest gomacro: adds support to import third party packages on FreeBSD, if compiled with Go >= 1.14

v0.7.0

4 years ago

This release drops the use of CGo-based bindings for ZeroMQ (github.com/pebbe/zmq4) in favor of a pure-Go package (github.com/go-zeromq/zmq4).

v0.6.1

4 years ago

use github.com/gofrs/uuid instead of github.com/satori/go.uuid update to latest gomacro

v0.6.0

4 years ago

update to latest gomacro which supports modules

v1.0.0-RC1

6 years ago

0.3.0

7 years ago

Now gophernotes outputs both any error from compiling and running, and any content of stderr once a program is run. Hopefully this gives a bit more context for things like indices out of range, etc.