133 Commits

Author SHA1 Message Date
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
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
060639a733 update section [Limitations] in README.md 2020-06-07 16:43:13 +02: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 2020-03-10 09:46:24 +01:00
Sebastien Binet
428fab0392 all: use pure-Go implementation of zmq4
Fixes #199.
2020-02-27 13:06:40 +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
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 2019-12-08 19:20:38 +01:00
Olalekan Oladipupo
02bac7772a
Update README.md 2019-12-03 14:12:21 +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
3b43e94ac7 README.md: write more robust installation instructions for Linux and Mac OS X 2019-11-30 11:35:10 +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
Yono Mittlefehldt
b8c75f0e54 Updated the documentation to show how to properly run the gophernotes docker image that contains data science packages (#153) 2018-12-13 14:10:58 -05:00
Michael Pratt
86a69e5617
Fix README.md typos 2018-09-29 09:42:50 -07:00
Alexey Palazhchenko
a63be8cb4a
Add -u to all go get commands
For consistency with Linux instructions.
2018-08-29 08:48:44 +03:00
Sebastien Binet
d0abe894e6 all: revert LICENSE to MIT
Fixes #126.
2018-08-11 10:29:05 +02:00
Sebastien Binet
d3368eec5e doc: add travis badge 2018-07-04 20:56:18 +02:00
Massimiliano Ghilardi
123f3ee895 document Mac OS X requirement of Go 1.10.2+ to import third party libraries at runtime 2018-06-18 22:52:44 +02:00
Massimiliano Ghilardi
43d3181740 add file examples/Display.ipynb and link it in README.md 2018-06-14 22:01:36 +02:00
Massimiliano Ghilardi
bd0dab5624 take updated README.md from gopherdata/gophernotes master branch 2018-06-10 23:13:11 +02:00
Massimiliano Ghilardi
e7a966350e display images: show as image each expression result that implements Go interface 'image.Image' 2018-04-07 16:34:50 +02:00
kortschak
40babb93d6 doc: use go get for install 2017-10-24 13:40:03 +10:30
Daniel Whitenack
517aa1fd2c Update README.md 2017-10-07 11:00:16 -04:00
Daniel Whitenack
2040e263ce clarify named imports 2017-09-20 12:46:16 -04:00
Daniel Whitenack
5e0d919458 update Mac/Windows info 2017-09-20 12:35:22 -04:00
Daniel Whitenack
b8382a3b7c add toc to readme 2017-09-20 11:17:22 -04:00
Daniel Whitenack
6d457eb740 add Mac install 2017-09-20 11:13:18 -04:00
Daniel Whitenack
52ea4cfe7f README formatting 2017-09-20 11:00:43 -04:00
Daniel Whitenack
eeed976363 README formatting 2017-09-20 10:59:01 -04:00
Daniel Whitenack
5ebd7b0c9d new example and new install docs 2017-09-20 10:56:44 -04:00
Daniel Whitenack
ba012ea91c update README gif format 2017-09-19 17:56:24 -04:00
Daniel Whitenack
53a8e59522 new screencasts 2017-09-19 17:54:48 -04:00
Daniel Whitenack
eee56d3240 fix image links in README 2017-09-19 17:33:31 -04:00
Daniel Whitenack
69792d8af7 update readme intro 2017-09-19 17:26:51 -04:00
Thomas Kluyver
4aeef41e39 Simplify wording about iGo
Thanks for acknowledging iGo. I've reworded the sentence a bit to make it easier to read.
2017-09-17 09:06:01 +01:00
Harry Moreno
1e3a42af95 Fix broken link
fixes https://github.com/gopherdata/gophernotes/issues/66
2017-07-11 01:39:59 -04:00
kortschak
33de4058b4 Add explicit instructions to connect to docker container 2017-05-22 10:36:36 +09:30
yyang
05bfc38e15 Add support for Windows. Prebuilt zmq dependency and a build.bat
are provided in the zmq-win directory. See README.md for detail.
2017-02-15 00:45:56 +08:00
(repeatedly try)
596e08f250 kernel.json path is wrong for macOS
`~/.local/share/jupyter/kernels/gopherlab` is the location for Linux, but not macOS. This should be `~/Library/Jupyter/kernels/gophernotes/kernel.json`.
2016-09-23 14:52:48 -04:00
Daniel Whitenack
9b790b0cd8 Update README.md 2016-09-13 17:45:16 -04:00
Daniel Whitenack
2be8f0b078 Update README.md 2016-09-08 07:34:26 -05:00
Daniel Whitenack
0ece7eeedc Merge pull request #48 from gopherds/refactor
update README examples
2016-09-08 08:29:54 -04:00
Daniel Whitenack
6c668380b6 update README examples 2016-09-08 07:27:53 -05:00
Sebastien Binet
7df0047cd6 kernel: fixup Go kernel display name
This CL fixes the display name of the Go kernel:
Go is called Go, not Golang.
2016-08-31 10:14:28 +02:00
Daniel Whitenack
2dfa4d4604 Update README.md 2016-08-01 07:26:21 -05:00