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
Daniel Whitenack
bf17b98965
fix tests for interim printing fix
2016-10-02 17:08:01 -04:00
Daniel Whitenack
02a0012d06
fix double bracket errors, error printing
2016-10-02 16:45:58 -04:00
Daniel Whitenack
5e65188c1e
Merge pull request #52 from damienstanton/patch-1
...
kernel.json path is wrong for macOS
2016-09-24 10:13:47 -04: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
6938818060
out of order variable corrections
2016-09-20 13:29:00 -04:00
Daniel Whitenack
821aac746a
errors from out of order var declarations
v0.1.4
2016-09-19 21:54:22 -04:00
Daniel Whitenack
7fb5cbcb41
fix out of order printing/expressions
2016-09-19 20:38:21 -04:00
Daniel Whitenack
4ecdd93414
fix printing cleanup
2016-09-19 08:27:47 -04:00
Daniel Whitenack
f0cb59cbda
fix out of order and lingering printing
2016-09-15 17:19:50 -04:00
Daniel Whitenack
d53eafe110
Merge branch 'master' of https://github.com/gopherds/gophernotes
v0.1.3
2016-09-15 07:14:14 -04:00
Daniel Whitenack
05b8287ca3
fix weird fmt printing repetition
2016-09-15 07:13:19 -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
Daniel Whitenack
b421ac13a9
Merge pull request #47 from gopherds/refactor
...
update example imports, update Dockerfile
2016-09-08 08:07:38 -04:00
Daniel Whitenack
9e6046cffa
update example imports, update Dockerfile
2016-09-08 07:07:00 -05:00
Daniel Whitenack
4b358a1bbb
Merge pull request #45 from sbinet/simplify-kernel
...
Simplify kernel
2016-09-07 08:24:52 -04: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
Sebastien Binet
4160072b4a
kernel: take gophernotes from $PATH
...
This CL simplifies and harmonizes the way 'gophernotes' is started
from inside Jupyter.
Just take it from $PATH instead of hard-coding some absolute path.
2016-08-31 10:09:09 +02:00
Daniel Whitenack
9f17203fb5
Merge pull request #41 from gopherds/refactor
...
block importing
v0.1.2
2016-08-17 08:17:24 -04:00