Skip to content

Commit fc44a6d

Browse files
authored
Merge pull request #7608 from partev/patch-1
fix a URL redirect
2 parents c959c98 + 657fa68 commit fc44a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/datascience/data-science-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following installations are required for the completion of this tutorial. Ma
2020
- [Visual Studio Code](https://code.visualstudio.com/)
2121
- The [Python extension for VS Code](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and [Jupyter extension for VS Code](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) from the Visual Studio Marketplace. For more details on installing extensions, see [Extension Marketplace](/docs/editor/extension-marketplace.md). Both extensions are published by Microsoft.
2222

23-
- [Miniconda with latest Python](https://docs.conda.io/en/latest/miniconda.html)
23+
- [Miniconda with latest Python](https://docs.anaconda.com/miniconda/)
2424

2525
> **Note**: If you already have the full Anaconda distribution installed, you don't need to install Miniconda. Alternatively, if you'd prefer not to use Anaconda or Miniconda, you can create a Python virtual environment and install the packages needed for the tutorial using pip. If you go this route, you will need to install the following packages: pandas, jupyter, seaborn, scikit-learn, keras, and tensorflow.
2626

0 commit comments

Comments
 (0)