Skip to content

Commit 1c79575

Browse files
committed
Add notebook.link
1 parent 7a3e517 commit 1c79575

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

index.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<!-- Google Fonts -->
2828
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
2929

30+
<!-- Font Awesome -->
31+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
32+
3033
<!-- Vendor CSS Files -->
3134
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
3235
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
@@ -251,8 +254,19 @@ <h4>Download the free ebook</h4>
251254
<!-- Title + subtitle -->
252255
<div class="section-title">
253256
<h2>DOWNLOAD THE JUPYTER NOTEBOOKS</h2>
254-
<p>Get the Notebooks for the published chapters. You can download them one by one from below, or all of them at once <a href="https://github.com/LearnPythonWithJupyter/Notebooks" class="btn-preorder">here</a></p>
255-
<p>You can also download the notebooks in <a href="https://github.com/incognia/Notebooks" class="btn-preorder">Español de México</a> (translation by <a href="https://incognia.github.io/" class="btn-preorder">Rodrigo Ernesto Álvarez Aguilera)</a>
257+
<p >
258+
<br>
259+
⬇️ Download the Jupyter Notebooks one by one below
260+
<br>
261+
⬇️<i class="fab fa-github"></i> Download all the Jupyter Notebooks at once <a href="https://github.com/LearnPythonWithJupyter/Notebooks" class="btn-preorder">here</a>
262+
<br>
263+
⬇️🇲🇽 Download the Jupyter Notebooks in <a href="https://github.com/incognia/Notebooks" class="btn-preorder">Español de México</a> (translation by <a href="https://incognia.github.io/" class="btn-preorder">Rodrigo Ernesto Álvarez Aguilera</a> and Nick Chomey)
264+
<br>
265+
✨NEW✨ Start coding right away at <a href="https://notebook.link/github/LearnPythonWithJupyter/Notebooks/tree/main/lab/">notebook.link</a> (no download required!)
266+
267+
<!-- one by one from below, or all of them at once <a href="https://github.com/LearnPythonWithJupyter/Notebooks" class="btn-preorder">here</a></p>
268+
<p>You can also download the notebooks in <a href="https://github.com/incognia/Notebooks" class="btn-preorder">Español de México</a> (translation by <a href="https://incognia.github.io/" class="btn-preorder">Rodrigo Ernesto Álvarez Aguilera)</a> -->
269+
</p>
256270
</div>
257271

258272
<div class="row">

0 commit comments

Comments
 (0)