223 Commits

Author SHA1 Message Date
Daniel Whitenack
517aa1fd2c Update README.md 2017-10-07 11:00:16 -04:00
Daniel Whitenack
84bd4d9956 Merge pull request #77 from gopherdata/version-1
Update to Version 1 - gomacro, new docs, and more
v1.0.0-RC1
2017-09-20 12:56:08 -04:00
Daniel Whitenack
10819853fa update windows build for new org 2017-09-20 12:54:36 -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
df7cfc9cb6 fix linting 2017-09-20 11:53:36 -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
Daniel Whitenack
44fad8dcb8 add contributors 2017-09-19 17:04:59 -04:00
Daniel Whitenack
3b40f3f482 add DS dockerfile, update vendored gomacro 2017-09-19 15:08:47 -04:00
Daniel Whitenack
110693d096 Update the Dockerfile 2017-09-18 17:07:05 -04:00
Daniel Whitenack
b615ee7357 Merge pull request #74 from SpencerPark/kernel-tests/panic
Test uncaught panic produces error message
2017-09-18 12:43:22 -04:00
SpencerPark
aee1cad469 Fix kernel_test lint issues 2017-09-18 12:41:23 -04:00
Daniel Whitenack
d219b9afb5 Merge pull request #75 from takluyver/patch-1
Simplify wording about iGo
2017-09-18 11:56:58 -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
SpencerPark
922e21eac8 Reformat kernel_test.
- Normalize fatal messages to be prefixed with a tab char and error
  symbol.
- Move test helpers to the bottom and better seperate them from the
  tests.
- Read kernel connection info from the test fixture file.
2017-09-15 16:05:18 -04:00
SpencerPark
01f2b46e66 Test that an uncaught panic produces the proper error messages 2017-09-14 13:32:02 -04:00
SpencerPark
6050317062 Create a test jupyter client for capturing interaction with the kernel during testing 2017-09-13 17:20:56 -04:00
Daniel Whitenack
1210b4c16d improve logging in the the kernel tests 2017-09-12 17:47:02 -04:00
Daniel Whitenack
b8090e3762 Merge pull request #70 from SpencerPark/jupyter-v5-protocol
Jupyter v5 protocol
2017-09-12 17:20:53 -04:00
SpencerPark
f75e44fd9f Remove unused types/methods and clean up the messages interface. 2017-09-12 11:14:31 -04:00
SpencerPark
1d4547ee71 Add 'date' and required 'version' field to the message header 2017-09-12 10:18:28 -04:00
SpencerPark
e287c995dd Handle errors from publish messages, clean up protocol wrappers, and
fix godoc comment formatting.
2017-09-07 20:51:43 -04:00
SpencerPark
825aefddc2 Update messages to the 5.0 spec and encapsulate. 2017-08-30 22:23:35 -04:00
SpencerPark
0e04beadf0 Wrap common message construction patterns to clean up the jupyter
communication.
2017-08-30 22:21:47 -04:00
Daniel Whitenack
efb80d8aee Add tests for the actual Kernel 2017-08-30 14:14:12 -04:00
Daniel Whitenack
c54fc33f8d Update and rename LICENSE.md to LICENSE 2017-08-04 10:39:35 -04:00
Daniel Whitenack
64a2d66834 add vendor and dep files 2017-08-04 10:30:31 -04:00
Daniel Whitenack
8b938dbeae get error messages printing back to the notebook 2017-08-04 10:13:18 -04:00
Daniel Whitenack
d5844d3c4e get printing working and capture stdout 2017-08-02 11:39:58 -04:00
Daniel Whitenack
328216c31c get v1 compiling and interacting with Jupyter 2017-08-01 17:22:40 -04:00
Daniel Whitenack
d59088c619 Merge pull request #68 from msteffen/master
Update pip3 before installing jupyter
2017-08-01 16:28:17 -04:00
Matthew Steffen
7673c4ba0c Update pip3 before installing jupyter 2017-07-23 14:04:43 -07:00
Daniel Whitenack
e779a2a956 initial commit version 1 2017-07-22 16:49:22 -04:00
Daniel Whitenack
7d6109091d Merge pull request #67 from morenoh149/patch-1
Fix broken link
2017-07-15 19:58:11 -06:00
Harry Moreno
1e3a42af95 Fix broken link
fixes https://github.com/gopherdata/gophernotes/issues/66
2017-07-11 01:39:59 -04:00
Daniel Whitenack
3f02e1c34f Merge pull request #63 from kortschak/docker-connect
Add explicit instructions to connect to docker container
2017-05-22 13:00:45 -04:00
kortschak
33de4058b4 Add explicit instructions to connect to docker container 2017-05-22 10:36:36 +09:30
Daniel Whitenack
4ccf284e88 Merge pull request #57 from wdscxsj/windows-support
Initial support for Windows
2017-02-15 14:19:22 -05:00
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
Daniel Whitenack
a58a2bd521 fix error output, when execution err is nil 0.3.0 v0.3.0 2016-11-25 14:32:13 -05:00
Daniel Whitenack
f7e3d9a573 update tests, fix error print bug v0.2.1 2016-10-02 22:49:02 -04:00
Daniel Whitenack
b60e8e512d Merge branch 'master' of https://github.com/gopherds/gophernotes v0.2.0 2016-10-02 22:16:15 -04:00