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
Massimiliano Ghilardi
e0041b6ecb
Merge pull request #193 from kgeneral/master
...
Update README.md
2020-01-02 14:42:42 +01:00
Massimiliano Ghilardi
97ba7c0f9e
manually add content of @steele232 pull request https://github.com/gopherdata/gophernotes/pull/178
2020-01-02 14:37:17 +01:00
kgeneral
d0cc4dda01
Update README.md
...
enhance installation guide for Linux - when copied kernel.json has no write permission
2020-01-02 15:05:34 +09:00
Massimiliano Ghilardi
6124cc7fba
version 0.6.1
v0.6.1
2019-12-08 19:20:38 +01:00
Massimiliano Ghilardi
c1c08c988a
use github.com/gofrs/uuid instead of github.com/satori/go.uuid
...
update dependencies to gomacro v0.0.0-20191208174034-544c7736fb06
2019-12-08 19:17:08 +01:00
Massimiliano Ghilardi
6806b5aa81
Merge pull request #190 from lakexyde/patch-1
...
Update README.md
2019-12-04 15:16:42 +01:00
Olalekan Oladipupo
02bac7772a
Update README.md
2019-12-03 14:12:21 +01:00
Massimiliano Ghilardi
f601dca792
Merge pull request #189 from gopherdata/go1.11module
...
Go 1.11 module support
v0.6.0
2019-12-02 15:22:17 +01:00
Massimiliano Ghilardi
3a09b20f74
update Dockerfile* for Go 1.11 modules
2019-12-01 14:01:19 +01:00
Massimiliano Ghilardi
37954c03da
update Windows build script for GO111MODULE
2019-11-30 14:47:11 +01:00
Massimiliano Ghilardi
53d939150b
imports/a_package.go: do not rename imported package "github.com/cosmos72/gomacro/imports"
2019-11-30 12:10:35 +01:00
Massimiliano Ghilardi
3b43e94ac7
README.md: write more robust installation instructions for Linux and Mac OS X
2019-11-30 11:35:10 +01:00
Massimiliano Ghilardi
c09014919e
update go.mod and go.sum
2019-11-28 22:29:44 +01:00
Massimiliano Ghilardi
d957030e54
* update go.mod to latest gomacro for runtime support of Go 1.11 modules:
...
import "/path/to/some/package" is now module-aware
* require Go compiler >= 1.11, the first version with modules support
* delete vendor/ directory, replaced by versioned dependencies in go.mod
2019-11-28 22:08:37 +01:00
Sebastien Binet
8a9de0dd7a
ci: drop Go-1.10 and 1.9, add Go-1.13 and 1.12
v0.5.0
2019-10-01 13:52:29 +02:00