master
Name already in use
Commits on Jul 8, 2022
-
if last statement in a cell returns multiple values, display them sep…
…arated by spaces
-
update to latest gomacro - fixes some interpreter bugs
fix internal type proxy_JSONer, used by interpreted code to implement display.JSONer
-
update installation instructions in README.md
update URLs in examples/Display.ipynb
Commits on May 31, 2022
-
-
update to latest zmq4 and latest gomacro: adds ability to import loca…
…l packages given a relative or absolute filesystem path
Commits on Mar 13, 2022
-
Merge pull request #248 from kylekizirian/master
fixes typo in README
-
Commits on Jan 26, 2022
-
This CL replaces a fmt.Fprint call with a string containing a couple of %, with a direct call to io.Writer.Write to not confuse 'go vet' that thought we weren't calling fmt.Fprintf. Signed-off-by: Sebastien Binet <[email protected]>
-
Signed-off-by: Sebastien Binet <[email protected]>
-
all: update Dockerfiles to alpine-3.15
Fixes #235. Signed-off-by: Sebastien Binet <[email protected]>
Commits on Jan 9, 2022
-
-
update dependencies in go.mod - including gomacro v0.0.0-202201091457…
…29-f19a149b3738 which fixes #240
Commits on Jun 24, 2021
-
update README.md for version 0.7.3
go.mod: update gomacro to 20210624153544, adds standard library symbols defined in Go 1.12 and 1.13
Commits on May 3, 2021
Commits on Apr 13, 2021
-
improve jupyter-qtconsole support: return "invalid" if Parse() on inp…
…ut produces an error
-
Merge pull request #230 from mackong/fix_is_complete_request
support is_complete_request
-
Commits on Mar 20, 2021
-
Merge pull request #231 from Tabll/fix
update README.md for version 0.7.2
-
Commits on Mar 18, 2021
-
go.mod: update gomacro to 20210316200708, fixes import of third-party…
… packages on Go >= 1.16
Commits on Feb 12, 2021
-
Document that creation of new named types is emulated
Commits on Oct 28, 2020
-
-
examples/Display.ipynb: add reminder that importing third-party packa…
…ges is currently only supported on Linux and Mac OS X
-
Merge branch 'examples-gonumplot' of https://github.com/mlg556/gopher…
…notes into mlg556-examples-gonumplot
Commits on Oct 27, 2020
Commits on Jul 22, 2020
Commits on Jul 19, 2020
-
freebsd: if compiled with Go >= 1.14, support loading third-party pac…
…kages at runtime (by updating gomacro dependency)
Commits on Jun 7, 2020
Commits on May 26, 2020
-
update gomacro dependency to version v0.0.0-20200523102612-cd4d5176e746
fixes import of versioned modules, see cosmos72/gomacro#95

