Skip to content

Commit 4a32f75

Browse files
committed
Deploying to main from @ resampling-stats/resampling-with@2fec7a0 🚀
1 parent fb1d867 commit 4a32f75

File tree

195 files changed

+2157
-2156
lines changed

Some content is hidden

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

195 files changed

+2157
-2156
lines changed

about_technology.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,11 @@ <h1 class="title"><span id="sec-about-technology" class="quarto-section-identifi
443443
</header>
444444

445445

446-
<p>This chapter introduces you to the technology we will use throughout the book. By <em>technology</em>, we mean two things:</p>
446+
<p>This chapter introduces you to the technology we will use throughout the book. By <em>technology</em>, we mean three things:</p>
447447
<ul>
448-
<li>The Python programming language, along with some important add-on libraries for data analysis.</li>
448+
<li>The Python programming language<span class="python">, along with some important add-on libraries for data analysis</span>.</li>
449449
<li>The Jupyter notebook system for running and editing Python code in a web interface.</li>
450+
<li>Software that allows you to run Python code on your own computer, using Jupyter.</li>
450451
</ul>
451452
<div class="callout callout-style-default callout-note callout-titled">
452453
<div class="callout-header d-flex align-content-center">
@@ -474,7 +475,7 @@ <h2 data-number="4.1" class="anchored" data-anchor-id="python-and-its-packages">
474475
<p>It is crucial to our purpose that Python is a <em>programming language</em> and not a set of canned routines for “doing statistics”. It means that we can explore the <em>ideas</em> of probability and statistics using the <em>language</em> of Python to express those ideas. It also means that you, and we, and anyone else in the world, can write new code to share with others, so they can use our work, understand it, and improve it. This book is one example; we have written the Python code in this book as clearly as we can to make it easy to follow, and to explain the underlying ideas. We hope you will help us by testing what we have done and sending us suggestions for ways we could improve. Please see <a href="preface_third.html#sec-book-as-public" class="quarto-xref"><span>Section 6</span></a> for more information about how to do that.</p>
475476
<section id="the-environment" class="level2" data-number="4.2">
476477
<h2 data-number="4.2" class="anchored" data-anchor-id="the-environment"><span class="header-section-number">4.2</span> The environment</h2>
477-
<p>Many of the chapters have sections with code for you to run, and experiment with. These sections contain <em>Jupyter notebooks</em>[^jupyter-nb]. Jupyter notebooks are interactive web pages that allow you to read, write and run Python code. We mark the start of each notebook in the text with a note-and-link heading like the one you see below. In the web edition of this book, you can click on the <em>Download</em> link in this heading to download the section as a notebook. You can also click on the <em>Interact</em> link to open the notebook in your web browser, using a system called JupyterLite. JupyterLite allows you to run the code in your browser, and experiment by making changes.</p>
478+
<p>Many of the chapters have sections with code for you to run, and experiment with. These sections contain <a href="https://docs.jupyter.org">Jupyter notebooks</a>. Jupyter notebooks are interactive web pages that allow you to read, write and run Python code. We mark the start of each notebook in the text with a note-and-link heading like the one you see below. In the web edition of this book, you can click on the <em>Download</em> link in this heading to download the section as a notebook. You can also click on the <em>Interact</em> link to open the notebook in your web browser, using a system called JupyterLite. JupyterLite allows you to run the code in your browser, and experiment by making changes.</p>
478479
<div class="callout callout-style-default callout-note callout-titled">
479480
<div class="callout-header d-flex align-content-center">
480481
<div class="callout-icon-container">
2.06 KB
Loading

0 commit comments

Comments
 (0)