gophernotes

The Go kernel for Jupyter notebooks and nteract.

MIT License

Stars
3.8K
Committers
30

Bot releases are hidden (Show)

gophernotes - v0.7.5 Latest Release

Published by cosmos72 over 2 years ago

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

gophernotes - v0.7.4

Published by cosmos72 almost 3 years ago

Update to latest gomacro - fixes #240

gophernotes - v0.7.3

Published by cosmos72 over 3 years ago

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

gophernotes - v0.7.2

Published by cosmos72 over 3 years ago

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

gophernotes - v0.7.1

Published by cosmos72 about 4 years ago

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

gophernotes - Release v0.7.0: pure-go version

Published by sbinet over 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).

gophernotes - v0.6.1

Published by cosmos72 almost 5 years ago

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

gophernotes - v0.6.0

Published by cosmos72 almost 5 years ago

update to latest gomacro which supports modules

gophernotes - v0.3.1

Published by dwhitena about 7 years ago

gophernotes - v0.3.0

Published by dwhitena almost 8 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.

gophernotes - v0.2.1

Published by dwhitena about 8 years ago

  • fix error printing weirdness on function declarations.
  • update tests.
gophernotes - v0.2.0

Published by dwhitena about 8 years ago

  • new more descriptive error returns.
  • fix for interface{} variable declarations.
  • fix various issues related to error handling.
gophernotes - v0.1.4

Published by dwhitena about 8 years ago

  • Bug fixes - out of order declarations, printing
gophernotes - v0.1.3

Published by dwhitena about 8 years ago

  • fix weird printing repetition.
  • code styling changes.
  • update install files and docs.
gophernotes - v0.1.2

Published by dwhitena about 8 years ago

  • fix block importing of packages
gophernotes - v0.1.1

Published by dwhitena about 8 years ago

  • bug fixes for imports
  • improvement to import without the special : character
  • linting changes
gophernotes - v0.1.0

Published by dwhitena about 8 years ago

  • Updated README for installations.
  • Update for Go 1.7.
  • Update vendoring, dependency management.
  • Refactoring of ZMQ code.
  • Error handling.