You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-22Lines changed: 27 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,48 +43,53 @@ Pick the installation option that makes sense for you:
43
43
### Local Installation
44
44
**Warning**: It is highly recommended that you use your personal laptop for the installation.
45
45
46
-
0. Install the following, if not already installed:
47
-
-[Anaconda](https://docs.anaconda.com/anaconda/install/)/[Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html)
-[Anaconda](https://docs.anaconda.com/anaconda/install/)/[Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html). Note that Anaconda/Miniconda is recommended if you are working on a Windows machine and are not very comfortable with the command line.
*Note: If you installed Mambaforge or have already installed `mamba`in your base environment, you can change `conda env create` to `mamba env create`.*
67
+
```shell
68
+
$ cd python-data-viz-workshop
69
+
$ uv run jupyter lab
70
+
```
72
71
73
-
5. Launch JupyterLab:
72
+
- If you installed Anaconda/Miniconda, use `conda` (on Windows, these commands should be run in**Anaconda Prompt**):
6. Navigate to the `0-check_your_env.ipynb` notebook in the `notebooks/` folder:
81
+
*Note: If you installed Mambaforge or have already installed `mamba`in your base environment, you can change `conda env create` to `mamba env create`.*
82
+
83
+
7. Navigate to the `0-check_your_env.ipynb` notebook in the `notebooks/` folder:
0 commit comments