Skip to content

Commit 8224843

Browse files
DOC: Add clarifications and link to tutorials in the getting started page (pandas-dev#34126)
1 parent d4d21fa commit 8224843

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

web/pandas/getting_started.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ environment to use pandas. Other installation options can be found in
77
the [advanced installation page]({{ base_url}}/docs/getting_started/install.html).
88

99
1. Download [Anaconda](https://www.anaconda.com/distribution/) for your operating system and
10-
the latest Python version, run the installer, and follow the steps. Detailed instructions
11-
on how to install Anaconda can be found in the
12-
[Anaconda documentation](https://docs.anaconda.com/anaconda/install/).
10+
the latest Python version, run the installer, and follow the steps. Please note:
11+
12+
- It is not needed (and discouraged) to install Anaconda as root or administrator.
13+
- When asked if you wish to initialize Anaconda3, answer yes.
14+
- Restart the terminal after completing the installation.
15+
16+
Detailed instructions on how to install Anaconda can be found in the
17+
[Anaconda documentation](https://docs.anaconda.com/anaconda/install/).
1318

1419
2. In the Anaconda prompt (or terminal in Linux or MacOS), start JupyterLab:
1520

@@ -27,8 +32,9 @@ the [advanced installation page]({{ base_url}}/docs/getting_started/install.html
2732

2833
## Tutorials
2934

30-
You can learn more about pandas in the [tutorials](#), and more about JupyterLab
31-
in the [JupyterLab documentation](https://jupyterlab.readthedocs.io/en/stable/user/interface.html).
35+
You can learn more about pandas in the [tutorials]({{ base_url }}/docs/getting_started/intro_tutorials/),
36+
and more about JupyterLab in the
37+
[JupyterLab documentation](https://jupyterlab.readthedocs.io/en/stable/user/interface.html).
3238

3339
## Books
3440

web/pandas/static/css/pandas.css

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ a {
2323
code {
2424
white-space: pre;
2525
}
26+
ol ol, ol ul, ul ol, ul ul {
27+
margin-bottom: 1rem;
28+
}
2629
.blue {
2730
color: #150458;
2831
}

0 commit comments

Comments
 (0)