402 Commits

Author SHA1 Message Date
Massimiliano Ghilardi
55142043d1 all: update github.com/cosmos72/gomacro
fixes #261
2023-11-03 19:01:39 +01:00
Sebastien Binet
10d495a341 all: bump x/sys
Signed-off-by: Sebastien Binet <binet@cern.ch>
2023-03-29 11:05:21 +02:00
Massimiliano Ghilardi
a9770e9586 if last statement in a cell returns multiple values, display them separated by spaces 2022-07-08 23:12:48 +02:00
Massimiliano Ghilardi
7888ec3952 remove obsolete 'env GO111MODULE=on' from installation instructions in README.md 2022-07-08 23:03:01 +02:00
Massimiliano Ghilardi
1a743efd0c update to latest gomacro - fixes some interpreter bugs
fix internal type proxy_JSONer, used by interpreted code to implement display.JSONer
2022-07-08 22:48:05 +02:00
Massimiliano Ghilardi
e71a123b67 update installation instructions in README.md
update URLs in examples/Display.ipynb
2022-07-08 22:33:20 +02:00
Massimiliano Ghilardi
5749145ae8 update README.md to version 0.7.5 v0.7.5 2022-05-31 19:31:46 +02:00
Massimiliano Ghilardi
be46d45f14 update to latest zmq4 and latest gomacro: adds ability to import local packages
given a relative or absolute filesystem path
2022-05-31 19:27:54 +02:00
Massimiliano Ghilardi
c9673a29d1
Merge pull request #248 from kylekizirian/master
fixes typo in README
2022-03-13 23:04:03 +01:00
Kyle Kizirian
4747a3adc8 fixes typo in README 2022-03-13 12:40:23 -04:00
Sebastien Binet
dbe0728f00 kernel: tame go vet
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 <binet@cern.ch>
2022-01-26 10:01:53 +01:00
Sebastien Binet
5cbf8d3b96 all: drop x/xerrors
Signed-off-by: Sebastien Binet <binet@cern.ch>
2022-01-26 10:01:53 +01:00
Sebastien Binet
3ed8fe3fe3 all: update Dockerfiles to alpine-3.15
Fixes #235.

Signed-off-by: Sebastien Binet <binet@cern.ch>
2022-01-26 10:01:53 +01:00
Massimiliano Ghilardi
61f302c68f version v0.7.4: update README.md v0.7.4 2022-01-09 16:16:57 +01:00
Massimiliano Ghilardi
71fc416331 update dependencies in go.mod - including gomacro v0.0.0-20220109145729-f19a149b3738
which fixes #240
2022-01-09 16:12:53 +01:00
Massimiliano Ghilardi
a574d64b22 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
v0.7.3
2021-06-24 17:45:56 +02:00
Massimiliano Ghilardi
42d0037565 add special command '%cd [path]' 2021-05-03 18:06:45 +02:00
Massimiliano Ghilardi
87da03efb9 improve jupyter-qtconsole support: return "invalid" if Parse() on input produces an error 2021-04-13 20:18:53 +02:00
Massimiliano Ghilardi
df600ce276 improve jupyter-qtconsole support: distinguish between incomplete and invalid inputs 2021-04-13 20:13:12 +02:00
Massimiliano Ghilardi
a1c0fea622
Merge pull request #230 from mackong/fix_is_complete_request
support is_complete_request
2021-04-13 19:05:18 +02:00
mackong
35242e9be1 support is_complete_request 2021-04-13 11:44:08 +08:00
Massimiliano Ghilardi
49b19d3c08
Merge pull request #231 from Tabll/fix
update README.md for version 0.7.2
2021-03-20 21:49:38 +01:00
Tabll
d2d39d8bf2 update README.md for version 0.7.2 2021-03-21 02:21:59 +08:00
Massimiliano Ghilardi
70b4546b2d go.mod: update gomacro to 20210316200708, fixes import of third-party packages on Go >= 1.16 v0.7.2 2021-03-18 18:34:48 +01:00
Massimiliano Ghilardi
613264d0a8
Update README.md
Document that creation of new named types is emulated
2021-02-12 17:59:45 +01:00
Massimiliano Ghilardi
bd7cb5cf70 Merge branch 'mlg556-examples-gonumplot' into master 2020-10-28 19:04:49 +01:00
Massimiliano Ghilardi
06b72e3509 examples/Display.ipynb: add reminder that importing third-party packages is currently only supported on Linux and Mac OS X 2020-10-28 19:03:37 +01:00
Massimiliano Ghilardi
95431c8a5f Merge branch 'examples-gonumplot' of https://github.com/mlg556/gophernotes into mlg556-examples-gonumplot 2020-10-28 18:49:09 +01:00
Massimiliano Ghilardi
388a323dac require at least Go >= 1.13 because gomacro no longer compiles on Go < 1.13 2020-10-28 18:26:40 +01:00
Miraç Gülgönül
e418c0164b added gonum/plot example 2020-10-28 01:27:58 +03:00
Massimiliano Ghilardi
bd558dd741 mention FreeBSD in README.md 2020-07-22 18:16:21 +02:00
Massimiliano Ghilardi
3a69e36629 update README.md for version 0.7.1 2020-07-22 18:09:02 +02:00
Massimiliano Ghilardi
4ee426e96b freebsd: if compiled with Go >= 1.14, support loading third-party packages at runtime
(by updating gomacro dependency)
v0.7.1
2020-07-19 13:27:50 +02:00
Massimiliano Ghilardi
39e156a960 update dependencies to latest gomacro, fixes #208 2020-06-07 18:40:54 +02:00
Massimiliano Ghilardi
060639a733 update section [Limitations] in README.md 2020-06-07 16:43:13 +02:00
Massimiliano Ghilardi
e4e83a80d5 update gomacro dependency to version v0.0.0-20200523102612-cd4d5176e746
fixes import of versioned modules, see https://github.com/cosmos72/gomacro/issues/95
2020-05-26 19:16:01 +02:00
Massimiliano Ghilardi
10097f0b21 Merge branch 'Oshuma-issue-196' 2020-04-22 20:01:24 +02:00
Massimiliano Ghilardi
1e54350980 shell commands: improve parsing and error messages 2020-04-22 20:00:49 +02:00
Dale Campbell
29b2c79210
Implement stdout/stderr pipe to Jupyter kernel. Issue #196 2020-04-22 00:49:10 -04:00
Dale Campbell
7408543f28
First stab at implementing shell command. Issue #196 2020-04-12 23:15:31 -04:00
Massimiliano Ghilardi
d8cdc3872a README.md: fix #200 add 'chmod +w ./kernel.json' to installation instructions
README.md: update version to v0.7.0
2020-03-10 19:25:27 +01:00
Sebastien Binet
7bdc956a8a doc: update installation notes for Windows v0.7.0 2020-03-10 09:46:24 +01:00
Sebastien Binet
d5b4ed9034 ci: drop Go-1.11, add Go-1.14 2020-02-27 13:06:40 +01:00
Sebastien Binet
f86965e17b all: zmq -> zmq4 2020-02-27 13:06:40 +01:00
Sebastien Binet
428fab0392 all: use pure-Go implementation of zmq4
Fixes #199.
2020-02-27 13:06:40 +01:00
Massimiliano Ghilardi
7faaaffc30 fix #199 Frequent kernel crashes if compiled with Go 1.14 2020-02-27 12:51:34 +01:00
Massimiliano Ghilardi
f4844bf541 go.mod: update gomacro to 20200226181501, fixes import of third-party packages on Go >= 1.14 2020-02-26 19:27:03 +01:00
Massimiliano Ghilardi
15a2814f12 README.md: document '%go111module off' workaround to import packages that require cgo 2020-01-09 20:12:43 +01:00
Massimiliano Ghilardi
b4a03c0a8c Merge branch 'master' of https://github.com/gopherdata/gophernotes 2020-01-09 20:03:54 +01:00
Massimiliano Ghilardi
ffed719d50 implement special commands %help and %go111module {on|off} 2020-01-09 20:03:21 +01:00