Commit Graph

161 Commits

Author SHA1 Message Date
Peter Norvig
62a19a040f
Merge pull request #19 from ybashir/master
Fixed a tiny typo
2017-12-03 10:25:35 -08: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
c8c4dee589
Add files via upload 2017-12-02 09:14:12 -08:00
Peter Norvig
6b9063551c
Merge pull request #14 from milmazz/fix-unit-tests-for-spelling-corrector
Fix unit tests for Spelling Corrector
2017-12-02 01:45:55 -08:00
Peter Norvig
5f1a061957
Merge pull request #15 from Naereen/patch-1
Typos on ipynb/PropositionalLogic.ipynb
2017-12-02 01:44:51 -08:00
Lilian Besson
5badb35f30
Typo: Eng;lish → English
Typo: `Eng;lish` → `English`
2017-12-02 08:40:35 +01:00
Lilian Besson
7ae3d12353
Typo: poropositional → propositional
Typo: `poropositional` → `propositional`
2017-12-02 08:32:12 +01:00
Peter Norvig
10324c5a8a
Add files via upload 2017-12-01 08:48:41 -08:00
Milton Mazzarri
b38141730d
Fix unit tests for Spelling Corrector 2017-11-30 10:30:16 -06:00
Peter Norvig
d2673fb0bd
Update README.md 2017-11-30 01:14:19 -08:00
Peter Norvig
b35b2b1615
Merge pull request #6 from grodrigues3/patch-1
Fix the exponentiation typo
2017-11-30 01:10:17 -08:00
Peter Norvig
73efba84c1
Merge pull request #8 from alexrkopp/master
Updated a broken link and a couple of typos
2017-11-30 01:09:49 -08:00
Peter Norvig
9576c263e1
Merge pull request #10 from sbiddand/patch-1
Minor typo in description for When Cheryl Met Eve: A Birthday Story
2017-11-30 01:09:09 -08:00
Peter Norvig
cc67e7bd89
Merge pull request #11 from JasonLaDuke/new-branch
Fixed typo in WWW.ipynb
2017-11-30 01:08:27 -08:00
Peter Norvig
34c61876d2
Merge pull request #13 from ghurley/patch-3
Minor correction in Sicherman Dice notebook
2017-11-30 01:08:13 -08:00
Peter Norvig
e64f1f2c38
Merge pull request #3 from Carreau/add-binder
Add link to run on MyBinder.org to run jupyter notebook for Free.
2017-11-30 01:07:38 -08:00
Peter Norvig
7edf8e3fe1
Merge pull request #7 from cbalci/patch-1
Fix minor typo in 'ghost' win case.
2017-11-30 01:05:44 -08:00
ghurley
0df83a9bfa
Minor correction in Sicherman Dice notebook 2017-11-28 09:12:24 -08:00
Jason LaDuke
66bb9b24d0 Fixed typo in WWW.ipynb 2017-11-28 00:35:27 -08:00
Shiv B
fdce19cb59
Minor typo in description 2017-11-27 22:58:12 -05:00
Alex Kopp
3272ab6766
Fixed bolding 2017-11-27 20:43:56 -05:00
Alex Kopp
9f44fb9389
Updated broken ABC link to one from the American Mathematical Society 2017-11-27 20:27:26 -05:00
Alex Kopp
db01363db4
Update Beal.ipynb 2017-11-27 20:24:28 -05:00
Alex Kopp
1d9aca4a07
Fixed typo in "example" 2017-11-27 20:22:29 -05:00
Caner Balci
a1086cd338
Fix minor typo in 'ghost' win case. 2017-11-27 16:06:55 -08:00
grodrigues3
75fecb532f
Fix the exponentiation typo 2017-11-27 13:05:33 -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
650b64134f
Create input1.txt 2017-11-21 23:16:18 -08:00
Peter Norvig
f513021767
Add files via upload 2017-11-21 23:15:42 -08:00
Peter Norvig
4ff73fdc51
Create input1.txt 2017-11-21 23:14:11 -08:00
Peter Norvig
778a236d14
Add files via upload 2017-11-21 22:18:21 -08:00
Peter Norvig
6c51ac830d
Add files via upload 2017-11-21 22:13:27 -08:00
Peter Norvig
5d0223c63e
Add files via upload 2017-11-21 13:44:57 -08:00
Peter Norvig
eefdd7dbc3
Add files via upload 2017-11-21 13:43:10 -08:00
Peter Norvig
b838972ef9
Add files via upload 2017-11-21 13:39:36 -08:00
Peter Norvig
ae6ba3e8f6
Delete Snobol.ipynb 2017-11-21 13:39:21 -08:00
Peter Norvig
f3a3cb21dc
Add files via upload 2017-11-21 13:38:46 -08:00
Peter Norvig
7a4d623e05
Update README.md 2017-11-21 10:51:14 -08:00
Peter Norvig
689f3dd921
Create LICENSE 2017-11-21 09:00:46 -08:00
Peter Norvig
853badd05d Update README.md 2017-10-24 10:06:08 -07:00
Peter Norvig
f51c9eae38 Update Fred Buns.ipynb 2017-10-23 21:25:29 -07:00
Peter Norvig
7132b9dcd3 Update Fred Buns.ipynb 2017-10-23 21:23:19 -07:00
Peter Norvig
3a2123b80e Update Cheryl.ipynb 2017-10-23 21:18:47 -07:00
Peter Norvig
fa4d57b854 Update README.md 2017-10-23 21:10:17 -07:00
Peter Norvig
db417534b9 Delete .DS_Store 2017-10-23 20:22:32 -07:00
Peter Norvig
05052ee088 Prose 2017-10-23 15:35:14 -07:00
Peter Norvig
e10d66a390 Merge branch 'master' of https://github.com/norvig/pytudes 2017-10-23 15:14:53 -07:00
Peter Norvig
d9fb809b58 Typos in Scrabble.ipynb 2017-10-23 15:13:35 -07:00