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
Daniel Whitenack
e46a725b54
Update README.md
2016-07-29 16:20:38 -05:00
Daniel Whitenack
caf0dc9f1a
Update README.md
2016-07-29 16:19:29 -05:00
Daniel Whitenack
57119292de
Update README.md
2016-07-29 16:00:00 -05:00
Daniel Whitenack
265b186642
Update README.md
2016-07-29 15:58:25 -05:00
Daniel Whitenack
941e474552
Update README.md
2016-07-29 15:54:59 -05:00
Daniel Whitenack
a07913a5b0
Update README.md
2016-07-29 15:42:07 -05:00
Daniel Whitenack
93c7fc5a85
Update README.md
2016-07-25 07:27:35 -05:00
Daniel Whitenack
4bcda183dd
Update README.md
2016-07-24 05:58:22 -05:00
Daniel Whitenack
9e428c5472
Update README.md
2016-07-23 09:23:19 -05:00
Daniel Whitenack
17442edb80
Update README.md
2016-07-23 09:12:06 -05:00
Daniel Whitenack
801f8c78e5
Update README.md
2016-07-23 09:11:03 -05:00
Daniel Whitenack
3069193039
Update README.md
2016-06-21 15:08:39 -05:00
Sebastien Binet
3ef9f487e3
doc: update jupyter kernels config location
...
old Jupyter version was expecting user configuration to live under:
$HOME/.ipython/kernels/<kernel-name>
now, it shall be under:
$HOME/.local/share/jupyter/kernels/<kernel-name>
If one would use the old location, jupyter would migrate the
configuration to $HOME/.local/share/jupyter and leave the old one stale
(and subsequent modifications to the file(s) under $HOME/.ipython would
be ignored.)
Update the README.
2016-04-14 19:21:54 +02:00
Daniel Whitenack
7d38a555de
Update README.md
2016-03-26 07:14:17 -05:00
Daniel Whitenack
35f86b2774
Update README.md
2016-03-26 07:13:06 -05:00
Daniel Whitenack
6caff2d763
Update README.md
2016-03-26 07:12:20 -05:00
Daniel Whitenack
09f0ca29e7
Merge pull request #18 from P1xt/patch-1
...
Mac instructions might need PKG_CONFIG_PATH set
2016-03-26 07:10:35 -05:00
Daniel Whitenack
ac8c92f079
Update README.md
2016-03-21 07:40:16 -05:00
p1xt
960cb3698b
Mac instructions might need PKG_CONFIG_PATH set
...
If installing libzmq via homebrew doesn't set PKG_CONFIG_PATH the gophernotes install fails. Explicitly exporting PKG_CONFIG_PATH and re-running the gophernotes install fixes this.
2016-03-21 05:46:12 -05:00
Daniel Whitenack
ad6416f563
Update README.md
2016-03-16 19:41:37 -05:00
Daniel Whitenack
549edb73f6
Update README.md
2016-03-01 11:02:31 -06:00
Daniel Whitenack
3fd9205661
Update README.md
2016-03-01 11:01:25 -06:00
Daniel Whitenack
04b6f44247
Update README.md
2016-03-01 10:55:22 -06:00
Daniel Whitenack
e3dacde857
Update README.md
2016-03-01 10:52:08 -06:00
Daniel Whitenack
077679853a
Update README.md
2016-03-01 10:50:07 -06:00
Daniel Whitenack
e8f726fadb
Update README.md
2016-03-01 10:47:12 -06:00
Daniel Whitenack
a84198338c
Merge pull request #12 from bobbyno/master
...
Add OS X installation; breakout troubleshooting
2016-03-01 10:45:48 -06:00
Daniel Whitenack
066c768b6d
Merge pull request #11 from gophergala2016/containerize-command
...
:containerize command // README changes
2016-02-20 16:41:00 -06:00
Bobby Norton
2899bf6586
Add OS X installation; breakout troubleshooting
2016-02-20 16:10:47 -06:00
Daniel Whitenack
90b22c9bb9
:containerize command // README changes
2016-02-20 15:37:42 -06:00
Vicente Cano
6959b55649
Add information for setting the GOPATH
2016-02-20 14:13:25 -06:00
Daniel Whitenack
118cd1b730
clarify dependencies and :print
2016-02-15 15:53:45 -06:00
Daniel Whitenack
cb9d8aeb98
added info about OSX users
2016-02-10 14:32:38 -06:00
Daniel Whitenack
dd75961015
added info about OSX users
2016-02-10 14:31:34 -06:00
Daniel Whitenack
c09b457ded
Update README.md
2016-02-07 13:10:01 -06:00
Daniel Whitenack
e68547083d
Update README.md
2016-01-24 18:07:40 -06:00