Commit Graph

235 Commits (master)

Author SHA1 Message Date
Jake VanderPlas d66231454e Add source material from second edition 2023-05-05 16:20:45 -07:00
Jake VanderPlas 8a34a4f653 Change deprecated pd.datetools.timedelta to datetime.timedelta 2018-11-30 15:26:16 -08:00
Jake Vanderplas be23269c7e
Merge pull request #145 from choldgraf/35binder
adding an environment.yml to specify python version
2018-08-30 10:23:00 -07:00
Chris Holdgraf edf394795f env.yml 2018-08-30 16:05:36 +02:00
Jake VanderPlas 97c8c91c59 Adjust website build to work with colab badges: 2018-08-28 14:11:16 -07:00
Jake VanderPlas 70ba408aa9 Make colab links part of nav 2018-08-28 14:10:31 -07:00
Jake VanderPlas 6546a7cc88 Typo in README 2018-08-28 13:13:35 -07:00
Jake VanderPlas fb28abb9b4 Move README badge to top 2018-08-28 13:05:27 -07:00
Jake VanderPlas 3bfea32461 Add Open In Colab badge 2018-08-28 13:03:09 -07:00
Jake VanderPlas d772863e76 Remove colab logo from notebooks 2018-08-20 11:11:52 -07:00
Jake VanderPlas 4a2a7b332d Add colab links to all notebooks 2018-08-20 09:57:16 -07:00
Jake Vanderplas 599aa0fe3f
Update binder URL in README 2017-11-13 13:31:26 -08:00
Jake Vanderplas e0d23d1170
typo in README 2017-11-13 11:20:57 -08:00
Jake Vanderplas f51530db65
Add "How to Use" section 2017-11-13 11:14:55 -08:00
Jake Vanderplas 73d9a2ad42
Organize headings in README 2017-11-13 11:11:35 -08:00
Jake Vanderplas b4b34f49f8
Add binder badge to README 2017-11-13 11:08:47 -08:00
Jake Vanderplas 058289a6a8 MAINT: add pelican link in website README 2017-08-16 11:07:22 -07:00
Jake Vanderplas ff8a3bafaf MAINT: Add copy_notebooks to website README instructions 2017-08-16 10:39:07 -07:00
Jake VanderPlas a03699ccfb fix cross-ref link 2017-08-15 09:19:23 -07:00
Jake VanderPlas 511e99face change Index intro text 2017-08-15 09:14:59 -07:00
Jake VanderPlas 34f6aaad25 remove unneeded images 2017-08-15 09:14:59 -07:00
Jake VanderPlas 0bbb0e66ee get rid of 'pages' in urls 2017-08-15 09:14:59 -07:00
Jake VanderPlas be2c01346b Fix top index 2017-08-15 09:14:59 -07:00
Jake VanderPlas 23955276c2 Add landing page 2017-08-15 09:14:58 -07:00
Jake VanderPlas 2e5fd7575e MAINT: fix gitmodules and add README 2017-08-15 09:14:58 -07:00
Jake VanderPlas 8293275f5d Make page slugs lowercase 2017-08-15 09:14:58 -07:00
Jake VanderPlas f42180f9c9 Fix some links 2017-08-15 09:14:58 -07:00
Jake VanderPlas acdff15e7b Fix link issues 2017-08-15 09:14:58 -07:00
Jake VanderPlas 5dd32444bd Update publish info 2017-08-15 09:14:57 -07:00
Jake VanderPlas db6e9e8da6 copy figures as well 2017-08-15 09:14:57 -07:00
Jake VanderPlas 12a9c394cc add website framework 2017-08-15 09:14:57 -07:00
Jake VanderPlas dd4e0ae165 BUG: fix link in hierarchical indexing 2017-08-15 09:14:39 -07:00
Jake Vanderplas c719586d33 Add website link on README 2017-08-14 14:54:22 -07:00
Jake VanderPlas c77d6c293d MAINT: fix title in index 2017-08-14 13:27:19 -07:00
Jake VanderPlas e3a225725c MAINT: regularize notebook titles 2017-08-14 13:01:49 -07:00
Jake Vanderplas de0cc6bd31 Merge pull request #74 from ncclementi/patch-1
Fix typo in 02.06-Boolean-Arrays-and-Masks
2017-06-28 07:14:04 -07:00
Jake Vanderplas 475499f146 Remove basemap from requirements.txt 2017-06-01 10:25:29 -07:00
Naty Clementi f3c57a2c4c Fix typo in 02.07-Fancy-Indexing
The second reference to `x[3]` in "You might expect that x[3] would contain the value 2, and x[3] would contain the value 3," should be x[4].
2017-05-26 12:16:06 -04:00
Naty Clementi 0a4ba003a4 Fix typo in 02.06-Boolean-Arrays-and-Masks
Fixes #64 , 4 --> 8
2017-05-11 16:45:47 -04:00
Jake Vanderplas 9134c28c01 TYPO: section 02.06 do->to
Fix typo on 02.06-Boolean-Arrays-and-Masks
2017-05-10 13:10:54 -07:00
Naty Clementi 1b55159e77 Fix typo on 02.06-Boolean-Arrays-and-Masks
do ---> to In phrase "We are then free do operate..."
2017-05-10 15:06:57 -04:00
Jake VanderPlas 4464f08f99 ERRATUM: make 02.06 example work on Python 2 2017-04-21 14:22:47 -07:00
Jake Vanderplas f2c4a8af3f ERRATUM: Typo median->mean
Typo...
2017-03-21 12:26:15 -07:00
Damian Poddebniak 577a55afc0 Typo 2017-03-21 16:43:04 +01:00
Jake Vanderplas 55ed33e69e Merge pull request #65 from weirubin/patch-1
Update link
2017-03-13 10:26:49 -07:00
Rubin Wei 6774776fd8 Update link
Change “A Gallery of Interesting IPython Notebooks” to "A gallery of interesting Jupyter Notebooks" and link.
2017-03-12 14:36:14 -04:00
Jake VanderPlas b498e1c4bd ERRATUM: missing NOT in logical identity 2017-02-26 12:46:00 -08:00
Jake Vanderplas 5fef93a4f1 Merge pull request #61 from anabranch/fix-license
fix license :)
2017-02-23 07:34:58 -08:00
anabranch d05808fdb2 fix license :) 2017-02-22 20:56:51 -08:00
Jake VanderPlas 8ae064f0e4 VTYPOS: various 2017-02-21 10:06:17 -08:00