Skip to content

Commit 44cddf6

Browse files
Fix image in README
1 parent b733931 commit 44cddf6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1191
-996
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/license-CC%20BY--NC--ND%204.0-orange.svg?style=flat-square)](https://creativecommons.org/licenses/by-nc-nd/4.0/)
44

55
<a href="https://datascienceatthecommandline.com/">
6-
<img src="https://datascienceatthecommandline.com/2e/images/cover-readme.png" width="224px" /></a>
6+
<img src="https://datascienceatthecommandline.com/static/img/cover-readme.png" width="226px" /></a>
77

88
This repository contains the full text, data, and scripts used in the second edition of the book *Data Science at the Command Line* by Jeroen Janssens. The book is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
99

book/2e/book.html

Lines changed: 317 additions & 321 deletions
Large diffs are not rendered by default.

book/2e/images/wine-regression.png

-1.6 KB
Loading

book/2e/images/wine-tsne.png

-1.36 KB
Loading

book/2e/output/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1>Page not found<a class="anchor" aria-label="anchor" href="#page-not-found"><
105105
<div class="row">
106106
<div class="d-none d-lg-block col-lg-2 sidebar"></div>
107107
<div class="col-sm-12 col-md-9 col-lg-7 mt-3" style="max-width: 45rem;">
108-
<p><strong>Data Science at the Command Line, 2e</strong> by <a href="https://twitter.com/jeroenhjanssens" class="text-light">Jeroen Janssens</a>. Updated on December 6, 2021. This book was built by the <a class="text-light" href="https://bookdown.org">bookdown</a> R package.</p>
108+
<p><strong>Data Science at the Command Line, 2e</strong> by <a href="https://twitter.com/jeroenhjanssens" class="text-light">Jeroen Janssens</a>. Updated on December 14, 2021. This book was built by the <a class="text-light" href="https://bookdown.org">bookdown</a> R package.</p>
109109
</div>
110110
<div class="col-md-3 col-lg-3 d-none d-md-block sidebar"></div>
111111
</div>

book/2e/output/chapter-1-introduction.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h2>
255255
dst
256256

257257
<span style="font-weight: bold">$</span> <span style="color: #5f8700">date</span>
258-
Mon Dec 6 09:25:19 PM CET 2021
258+
Tue Dec 14 11:43:30 AM CET 2021
259259

260260
<span style="font-weight: bold">$</span> <span style="color: #5f8700">echo</span> <span style="color: #af8700">'The command line is awesome!'</span> | <span style="color: #5f8700">cowsay</span> -f tux
261261
______________________________
@@ -432,7 +432,7 @@ <h2>
432432
<div class="row">
433433
<div class="d-none d-lg-block col-lg-2 sidebar"></div>
434434
<div class="col-sm-12 col-md-9 col-lg-7 mt-3" style="max-width: 45rem;">
435-
<p><strong>Data Science at the Command Line, 2e</strong> by <a href="https://twitter.com/jeroenhjanssens" class="text-light">Jeroen Janssens</a>. Updated on December 6, 2021. This book was built by the <a class="text-light" href="https://bookdown.org">bookdown</a> R package.</p>
435+
<p><strong>Data Science at the Command Line, 2e</strong> by <a href="https://twitter.com/jeroenhjanssens" class="text-light">Jeroen Janssens</a>. Updated on December 14, 2021. This book was built by the <a class="text-light" href="https://bookdown.org">bookdown</a> R package.</p>
436436
</div>
437437
<div class="col-md-3 col-lg-3 d-none d-md-block sidebar"></div>
438438
</div>

book/2e/output/chapter-10-polyglot-data-science.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ <h2>
120120

121121
<span style="font-weight: bold">$</span> <span style="color: #5f8700">l</span>
122122
total 180K
123-
drwxr-xr-x 2 dst dst 4.0K Dec 6 21:50 <span style="font-weight: bold"></span><span style="font-weight: bold; color: #0087ff">__pycache__</span>/
124-
-rw-r--r-- 1 dst dst 164K Dec 6 21:50 alice.txt
125-
-rwxr--r-- 1 dst dst 408 Dec 6 21:50 <span style="font-weight: bold"></span><span style="font-weight: bold; color: #5f8700">count.py</span>*
126-
-rw-r--r-- 1 dst dst 460 Dec 6 21:50 count.R
127-
-rw-r--r-- 1 dst dst 1.7K Dec 6 21:50 Untitled1337.ipynb</pre>
123+
drwxr-xr-x 2 dst dst 4.0K Dec 14 12:03 <span style="font-weight: bold"></span><span style="font-weight: bold; color: #0087ff">__pycache__</span>/
124+
-rw-r--r-- 1 dst dst 164K Dec 14 12:03 alice.txt
125+
-rwxr--r-- 1 dst dst 408 Dec 14 12:03 <span style="font-weight: bold"></span><span style="font-weight: bold; color: #5f8700">count.py</span>*
126+
-rw-r--r-- 1 dst dst 460 Dec 14 12:03 count.R
127+
-rw-r--r-- 1 dst dst 1.7K Dec 14 12:03 Untitled1337.ipynb</pre>
128128
<p>The instructions to get these files are in <a href="chapter-2-getting-started.html#chapter-2-getting-started">Chapter 2</a>.
129129
Any other files are either downloaded or generated using command-line tools.</p>
130130
</div>
@@ -562,7 +562,7 @@ <h2>
562562
<div class="row">
563563
<div class="d-none d-lg-block col-lg-2 sidebar"></div>
564564
<div class="col-sm-12 col-md-9 col-lg-7 mt-3" style="max-width: 45rem;">
565-
<p><strong>Data Science at the Command Line, 2e</strong> by <a href="https://twitter.com/jeroenhjanssens" class="text-light">Jeroen Janssens</a>. Updated on December 6, 2021. This book was built by the <a class="text-light" href="https://bookdown.org">bookdown</a> R package.</p>
565+
<p><strong>Data Science at the Command Line, 2e</strong> by <a href="https://twitter.com/jeroenhjanssens" class="text-light">Jeroen Janssens</a>. Updated on December 14, 2021. This book was built by the <a class="text-light" href="https://bookdown.org">bookdown</a> R package.</p>
566566
</div>
567567
<div class="col-md-3 col-lg-3 d-none d-md-block sidebar"></div>
568568
</div>

book/2e/output/chapter-11-conclusion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ <h2>
317317
<div class="row">
318318
<div class="d-none d-lg-block col-lg-2 sidebar"></div>
319319
<div class="col-sm-12 col-md-9 col-lg-7 mt-3" style="max-width: 45rem;">
320-
<p><strong>Data Science at the Command Line, 2e</strong> by <a href="https://twitter.com/jeroenhjanssens" class="text-light">Jeroen Janssens</a>. Updated on December 6, 2021. This book was built by the <a class="text-light" href="https://bookdown.org">bookdown</a> R package.</p>
320+
<p><strong>Data Science at the Command Line, 2e</strong> by <a href="https://twitter.com/jeroenhjanssens" class="text-light">Jeroen Janssens</a>. Updated on December 14, 2021. This book was built by the <a class="text-light" href="https://bookdown.org">bookdown</a> R package.</p>
321321
</div>
322322
<div class="col-md-3 col-lg-3 d-none d-md-block sidebar"></div>
323323
</div>

0 commit comments

Comments
 (0)