Skip to content

Commit d940855

Browse files
committed
Indicate that Binder might not be available.
1 parent 92de3f8 commit d940855

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ You should have basic knowledge of Python and be comfortable working in Jupyter
3030
---
3131

3232
## Setup Instructions
33+
**Warning**: It is highly recommended that you use your personal laptop for the installation.
3334

34-
0. Install Python >= version 3.8 and <= version 3.11 OR install [Anaconda](https://docs.anaconda.com/anaconda/install/)/[Miniconda](https://docs.conda.io/en/latest/miniconda.html). Note that Anaconda/Miniconda is recommended if you are working on a Windows machine and are not very comfortable with the command line. Alternatively, you can use [this](https://mybinder.org/v2/gh/stefmolin/pandas-workshop/main?urlpath=lab) Binder environment if you don't want to install anything on your machine.
35+
0. Install Python >= version 3.8 and <= version 3.11 OR install [Anaconda](https://docs.anaconda.com/anaconda/install/)/[Miniconda](https://docs.conda.io/en/latest/miniconda.html). Note that Anaconda/Miniconda is recommended if you are working on a Windows machine and are not very comfortable with the command line. Alternatively, depending on server availability, you can use [this](https://mybinder.org/v2/gh/stefmolin/pandas-workshop/main?urlpath=lab) Binder environment if you don't want to install anything on your machine.
3536
1. Fork this repository:
3637

3738
![location of fork button in GitHub](./media/fork_button.png)

slides/0-introduction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"source": [
7070
"### Prerequisites\n",
71-
"Consult the [README](https://github.com/stefmolin/pandas-workshop) for environment setup instructions or use [this](https://mybinder.org/v2/gh/stefmolin/pandas-workshop/main?urlpath=lab) Binder environment."
71+
"Consult the [README](https://github.com/stefmolin/pandas-workshop) for environment setup instructions or use [this](https://mybinder.org/v2/gh/stefmolin/pandas-workshop/main?urlpath=lab) Binder environment (depending on server availability)."
7272
]
7373
},
7474
{
@@ -126,7 +126,7 @@
126126
"name": "python",
127127
"nbconvert_exporter": "python",
128128
"pygments_lexer": "ipython3",
129-
"version": "3.10.8"
129+
"version": "3.11.3"
130130
}
131131
},
132132
"nbformat": 4,

slides/html/workshop.slides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15247,7 +15247,7 @@ <h2 id="Bio">Bio<a class="anchor-link" href="#Bio">&#182;</a></h2><ul>
1524715247
</div>
1524815248
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
1524915249
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput celltag_id_prerequisites" data-mime-type="text/markdown">
15250-
<h3 id="Prerequisites">Prerequisites<a class="anchor-link" href="#Prerequisites">&#182;</a></h3><p>Consult the <a href="https://github.com/stefmolin/pandas-workshop">README</a> for environment setup instructions or use <a href="https://mybinder.org/v2/gh/stefmolin/pandas-workshop/main?urlpath=lab">this</a> Binder environment.</p>
15250+
<h3 id="Prerequisites">Prerequisites<a class="anchor-link" href="#Prerequisites">&#182;</a></h3><p>Consult the <a href="https://github.com/stefmolin/pandas-workshop">README</a> for environment setup instructions or use <a href="https://mybinder.org/v2/gh/stefmolin/pandas-workshop/main?urlpath=lab">this</a> Binder environment (depending on server availability).</p>
1525115251

1525215252
</div>
1525315253
</div>

0 commit comments

Comments
 (0)