Commit Graph

71 Commits

Author SHA1 Message Date
Peter Norvig
fba97b3825
Update README.md 2019-08-18 13:21:27 -07:00
Peter Norvig
b165e1892d
NightKing 2019-05-24 16:54:57 -07:00
Peter Norvig
c3bca4d0ae
Update README.md 2019-03-31 17:06:41 -07:00
Peter Norvig
ecd70046d5
Update README.md 2019-03-31 10:17:35 -07:00
Peter Norvig
a6ae05ba1c
Update README.md 2019-03-31 10:15:45 -07:00
Peter Norvig
98f16c3238
Update README.md 2019-03-31 10:14:36 -07:00
Peter Norvig
6b430d707d
Update README.md 2019-02-21 20:21:49 -08:00
Peter Norvig
7cab8134f8
Update README.md 2019-01-23 19:35:09 -08:00
Peter Norvig
4a25ff4dad
Update README.md 2018-12-20 01:50:47 -08:00
Peter Norvig
3bfc33e607
Update README.md 2018-12-05 12:11:04 -08:00
Peter Norvig
b2ba05f1d1
Update README.md 2018-11-15 12:41:37 -08:00
Jakub Jurových
1d997499f3 Add links to Deepnote 2018-11-14 17:43:09 +01:00
Peter Norvig
1efb8d572a
Update README.md 2018-11-03 20:39:36 -07:00
Peter Norvig
0bf6630898
Update README.md 2018-11-03 20:35:28 -07:00
Peter Norvig
7c711b3c06
Update README.md 2018-11-02 15:21:09 -07:00
Peter Norvig
ac3d6bbedd
Update README.md 2018-11-02 15:08:53 -07:00
Peter Norvig
0d60dfeb93
Update README.md 2018-11-02 15:06:42 -07:00
Peter Norvig
7eea7bdabf
Add nbviewer links 2018-11-02 15:02:24 -07:00
Peter Norvig
a14b98d61a
Update README.md 2018-10-27 20:25:12 -07:00
Peter Norvig
9ecb5479f8
Update README.md 2018-10-10 17:56:19 -07:00
fortymiles
3ffe0c509c fix link error 2018-08-22 14:16:13 +08:00
Peter Norvig
af64d7c319
Update README.md 2018-08-21 09:40:29 -07:00
Peter Norvig
9ced85dd9a
Update README.md 2018-07-09 13:57:19 -07:00
Peter Norvig
a5b6e80622
Update README.md 2018-07-09 13:40:40 -07:00
Peter Norvig
3859ec5c87
Update README.md 2018-07-07 21:26:16 -07:00
Peter Norvig
c486d81938
Update README.md 2018-07-07 21:25:38 -07:00
Peter Norvig
4522be0f52
Update README.md 2018-05-19 17:13:44 -07:00
Peter Norvig
a54c63b538
Update README.md 2018-04-15 15:51:24 -07:00
Peter Norvig
8e56e194bf
Update README.md 2018-04-13 03:06:44 -07:00
Peter Norvig
7db423307e
Update README.md 2018-03-22 00:13:28 -07:00
Peter Norvig
24fd0b0c8c
Update README.md 2018-03-14 13:35:44 -07:00
Peter Norvig
3634892b01
Update README.md 2018-02-04 21:22:43 -08:00
Peter Norvig
2c789edf5f
Update README.md 2018-02-04 21:21:40 -08:00
Peter Norvig
d4ea4627ca
Update README.md 2018-02-04 21:20:46 -08:00
Peter Norvig
75212cabe8
Update README.md 2018-02-04 21:19:44 -08:00
Peter Norvig
2e1268847d
Update README.md 2018-01-04 21:56:40 -08:00
Peter Norvig
4b22bb35f2
Update README.md 2017-12-27 15:25:59 -08:00
Peter Norvig
f4cc9a62d5
Update README.md 2017-12-27 15:05:21 -08:00
Thomas Broadley
038b8c35eb Fix typos 2017-12-14 20:50:09 -05:00
Yasser Bashir
86cc91ec6e
Fixed a tiny typo 2017-12-03 22:08:39 +05:00
Peter Norvig
e87740fc34
Update README.md 2017-12-02 10:53:35 -08:00
Peter Norvig
01b8185adc
Update README.md 2017-12-02 09:16:24 -08:00
Peter Norvig
d2673fb0bd
Update README.md 2017-11-30 01:14:19 -08:00
Matthias Bussonnier
b59cc364fa
Add link to run on MyBinder.org to run jupyter notebook for Free.
Hi Peter, thanks for putting this on GitHub, please find attached a
Patch that add :
  - a requirements.txt (that only add numpy so far)
  - and a link to launch on MyBinder.org.

MyBinder.org is a service that we (the Jupyter team) run for free, (no
login required, no Personal Information collected), that turn any GitHub
repository with Jupyter Notebooks into an ephemeral docker image which
is launched on Google Cloud Engine for a couple of hours. Images are
built on the fly if repository have changes, so it may take a few
minutes to launch after merged pull-request, or pushes.Otherwise it
should be quasi instantaneous, so the link added to the Readme should
alway be up to date (all of that is of course conditional to our servers
having enough capacity and we know you can be quite popular... So sorry
if you encounter delays)! MyBinder needs the requirement.txt to figure
out what to install (when running Python, because it can run R,
Julia...) so I added numpy, which seem necessary for some notebooks !

To anyone reading, the images are ephemeral so once you leave the tab,
your changes are gone and there is not way to save it ! Download
notebooks on your computer if you have significant modifications !

We (The Jupyter team) are a Big fans of what you are doing with Python
and Jupyter; and having your notebooks on GitHub is awesome. I hope
adding Binder to them would encourage people to play with it.

It's completely ok if you wish not to add the badge, it just requires
readers to past info manually on https://mybinder.org/, or use the
[chrome](https://chrome.google.com/webstore/detail/open-with-binder/napgohblobncpnagnehjpooinnimhpkc)
or
[firefox](https://addons.mozilla.org/en-US/firefox/addon/open-with-binder/)
extensions.

Thanks !
--
Matthias
2017-11-27 15:37:41 +01:00
Peter Norvig
7a4d623e05
Update README.md 2017-11-21 10:51:14 -08:00
Peter Norvig
853badd05d Update README.md 2017-10-24 10:06:08 -07:00
Peter Norvig
fa4d57b854 Update README.md 2017-10-23 21:10:17 -07:00
Peter Norvig
f59eb71b07 Update README.md 2017-10-23 10:49:52 -07:00
Peter Norvig
dac2dbab78 Update README.md 2017-10-23 10:48:42 -07:00
Peter Norvig
885786e2c9 Update README.md 2017-10-23 10:48:04 -07:00