@@ -7,9 +7,14 @@ environment to use pandas. Other installation options can be found in
7
7
the [ advanced installation page] ({{ base_url}}/docs/getting_started/install.html).
8
8
9
9
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/ ) .
13
18
14
19
2 . In the Anaconda prompt (or terminal in Linux or MacOS), start JupyterLab:
15
20
@@ -27,8 +32,9 @@ the [advanced installation page]({{ base_url}}/docs/getting_started/install.html
27
32
28
33
## Tutorials
29
34
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 ) .
32
38
33
39
## Books
34
40
0 commit comments