From 173bc58ae69e2260659f635a3852f9e32e9bbde5 Mon Sep 17 00:00:00 2001 From: charlottejmc <143802849+charlottejmc@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:54:28 +0900 Subject: [PATCH 1/4] Update common-similarity-measures.md Update anaconda doc links --- en/lessons/common-similarity-measures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/lessons/common-similarity-measures.md b/en/lessons/common-similarity-measures.md index 84bdd703dd..25ac34e181 100644 --- a/en/lessons/common-similarity-measures.md +++ b/en/lessons/common-similarity-measures.md @@ -37,7 +37,7 @@ Though this lesson is primarily geared toward understanding the underlying princ ## Installation and Setup -You will need to install Python3 as well as the SciPy, Pandas, and scikit-learn libraries, which are all available through the [Anaconda Distribution](https://docs.anaconda.com/free/anaconda/getting-started/). For more information about installing Anaconda, see their [full documentation](https://docs.anaconda.com/free/anaconda/). +You will need to install Python3 as well as the SciPy, Pandas, and scikit-learn libraries, which are all available through the [Anaconda Distribution](https://docs.anaconda.com/getting-started/). For more information about installing Anaconda, see their [full documentation](https://docs.anaconda.com/anaconda/). ## Lesson Dataset From 5d98b741562181f3ec57f9bbf9a62b691b6e3ef3 Mon Sep 17 00:00:00 2001 From: charlottejmc <143802849+charlottejmc@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:40:04 +0900 Subject: [PATCH 2/4] Update jupyter-notebooks.md update anaconda links --- en/lessons/jupyter-notebooks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/lessons/jupyter-notebooks.md b/en/lessons/jupyter-notebooks.md index bcc6b63bf3..1abcff34b8 100644 --- a/en/lessons/jupyter-notebooks.md +++ b/en/lessons/jupyter-notebooks.md @@ -86,9 +86,9 @@ For most purposes, you want to download the Python 3 version of Anaconda, but so
If hard drive space is a concern, you can package up a notebook so it can be run using free cloud computing resources, rather than making users install Anaconda. This may be especially useful in workshop situations. See the section on Binder below.
-To download and install Anaconda, go to the [Anaconda website](https://docs.anaconda.com/free/anaconda/getting-started/). Make sure you've clicked on the icon your operating system (which should change the text *Anaconda \[version number\] for \[selected operating system\] installer* to indicate your operating system), and then click the *Download* button in the box for the current version of Python 3. If you're on Windows, this should download an .exe file; on Mac, it's .pkg; on Linux it's .sh. +To download and install Anaconda, go to the [Anaconda website](https://docs.anaconda.com/getting-started/). Make sure you've clicked on the icon your operating system (which should change the text *Anaconda \[version number\] for \[selected operating system\] installer* to indicate your operating system), and then click the *Download* button in the box for the current version of Python 3. If you're on Windows, this should download an .exe file; on Mac, it's .pkg; on Linux it's .sh. -Open the file to install the software as you would normally on your operating system. Further installation details are available in the [Anaconda docs](https://docs.anaconda.com/free/anaconda/install/), including how to install Anaconda via the command line on each operating system. If your computer is unable to open the file you've downloaded, make sure you selected the correct operating system before downloading the installer. On Windows, be sure to choose the option for "Add Anaconda to PATH Variable" during the installation process, or you won't be able to launch Jupyter notebooks from the command line. +Open the file to install the software as you would normally on your operating system. Further installation details are available in the [Anaconda docs](https://docs.anaconda.com/anaconda/install/), including how to install Anaconda via the command line on each operating system. If your computer is unable to open the file you've downloaded, make sure you selected the correct operating system before downloading the installer. On Windows, be sure to choose the option for "Add Anaconda to PATH Variable" during the installation process, or you won't be able to launch Jupyter notebooks from the command line. ## Using Jupyter Notebooks for research @@ -107,7 +107,7 @@ If you prefer to use the command line instead of Anaconda Navigator, once you ha Either approach will open up a new window or tab in your default browser with the Jupyter Notebook interface. Jupyter Notebook is browser-based: you only interact with it through your browser, even when Jupyter Notebook is running on your own computer.
-If you are using notebooks that import Python packages that have dependencies on specific versions of other packages, you should set up an environment to use with those notebooks, so you don't run into version conflicts (e.g. if one notebook requires version 1.0 of a package, and another requires version 2.0). The Anaconda Navigator documentation for managing environments (or, if you prefer to use the command line, the Conda documentation) provides step-by-step instructions for creating, updating, and activating an environment. To launch Jupyter Notebook within a particular environment, you need to first activate that environment. +If you are using notebooks that import Python packages that have dependencies on specific versions of other packages, you should set up an environment to use with those notebooks, so you don't run into version conflicts (e.g. if one notebook requires version 1.0 of a package, and another requires version 2.0). The Anaconda Navigator documentation for managing environments (or, if you prefer to use the command line, the Conda documentation) provides step-by-step instructions for creating, updating, and activating an environment. To launch Jupyter Notebook within a particular environment, you need to first activate that environment.
### Navigating the Jupyter Notebook interface From e442044da107a2c2bb399b621c16384710fbb7d6 Mon Sep 17 00:00:00 2001 From: charlottejmc <143802849+charlottejmc@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:42:54 +0900 Subject: [PATCH 3/4] Update introduction-aux-carnets-jupyter-notebooks.md Update anaconda links --- fr/lecons/introduction-aux-carnets-jupyter-notebooks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fr/lecons/introduction-aux-carnets-jupyter-notebooks.md b/fr/lecons/introduction-aux-carnets-jupyter-notebooks.md index 595a4f7471..d4dc90fce0 100644 --- a/fr/lecons/introduction-aux-carnets-jupyter-notebooks.md +++ b/fr/lecons/introduction-aux-carnets-jupyter-notebooks.md @@ -93,9 +93,9 @@ Dans la plupart des cas, il est préférable de télécharger la version Python
En cas de pénurie d'espace disque ou dans le cadre d'un atelier, il est possible d'emballer un carnet Jupyter et de l'exécuter dans un environnement infonuagigue (*cloud*) gratuit plutôt que d'installer Anaconda sur les ordinateurs des participant(e)s. Pour plus de détails, veuillez consulter la section portant sur Binder ci-dessous.
-Pour télécharger et installer Anaconda, visitez le [site web d'Anaconda](https://docs.anaconda.com/free/anaconda/getting-started/). Assurez-vous de cliquer sur l'icône de votre système d'exploitation, ce qui devrait remplacer *Anaconda \[numéro de version\]* par une mention de l'installateur requis pour votre système. Puis, cliquez sur le bouton *Download* (télécharger) situé dans la boîte où l'on retrouve le numéro de la version courante de Python 3. Si vous travaillez sous Windows, cette opération devrait télécharger un fichier .exe; sur Mac, un fichier .pkg; sous Linux, un fichier .sh. +Pour télécharger et installer Anaconda, visitez le [site web d'Anaconda](https://docs.anaconda.com/getting-started/). Assurez-vous de cliquer sur l'icône de votre système d'exploitation, ce qui devrait remplacer *Anaconda \[numéro de version\]* par une mention de l'installateur requis pour votre système. Puis, cliquez sur le bouton *Download* (télécharger) situé dans la boîte où l'on retrouve le numéro de la version courante de Python 3. Si vous travaillez sous Windows, cette opération devrait télécharger un fichier .exe; sur Mac, un fichier .pkg; sous Linux, un fichier .sh. -Ouvrez ce fichier pour installer le logiciel comme vous le faites habituellement sur votre ordinateur. Pour plus de détails sur la procédure d'installation, y compris sur la marche à suivre pour installer Anaconda à partir de la ligne de commande, veuillez consulter la [documentation d'Anaconda](https://docs.anaconda.com/free/anaconda/install/). Si votre ordinateur ne parvient pas à ouvrir le fichier téléchargé, vérifiez que vous avez bien choisi la version d'Anaconda compatible avec votre système d'exploitation avant de lancer le téléchargement. Sous Windows, assurez-vous d'activer l'option *Add Anaconda to PATH Variable (Ajouter Anaconda à la variable d'environnement PATH)* pendant l'installation; sinon vous ne pourrez pas lancer Jupyter Notebook à partir de la ligne de commande. +Ouvrez ce fichier pour installer le logiciel comme vous le faites habituellement sur votre ordinateur. Pour plus de détails sur la procédure d'installation, y compris sur la marche à suivre pour installer Anaconda à partir de la ligne de commande, veuillez consulter la [documentation d'Anaconda](https://docs.anaconda.com/anaconda/install/). Si votre ordinateur ne parvient pas à ouvrir le fichier téléchargé, vérifiez que vous avez bien choisi la version d'Anaconda compatible avec votre système d'exploitation avant de lancer le téléchargement. Sous Windows, assurez-vous d'activer l'option *Add Anaconda to PATH Variable (Ajouter Anaconda à la variable d'environnement PATH)* pendant l'installation; sinon vous ne pourrez pas lancer Jupyter Notebook à partir de la ligne de commande. ## Utilisation des carnets Jupyter pour la recherche @@ -114,7 +114,7 @@ Si vous préférez travailler à la ligne de commande plutôt qu'avec Anaconda N Quelle que soit la méthode de démarrage choisie, l'interface Jupyter Notebook apparaîtra dans une nouvelle fenêtre ou dans un nouvel onglet de votre navigateur web. En effet, Jupyter Notebook est une application qui roule à l'intérieur du navigateur: vous n'interagirez avec Notebook que par l'intermédiaire de votre navigateur, même si Jupyter Notebook s'exécute sur votre poste de travail.
-Si vos carnets importent des modules Python qui dépendent de versions spécifiques d'autres modules, vous devriez établir un environnement spécifique pour ces carnets afin d'éviter les conflits. Un tel conflit pourrait se produire, par exemple, si un carnet requiert la version 1.0 d'un module sous-jacent et qu'un autre exige la version 2.0. Vous trouverez des instructions détaillées pour la création, la mise à jour et la gestion d'environnements dans la documentation d'Anaconda Navigator ou, si vous préférez travailler avec la ligne de commande, dans la documentation de Conda. Notez que pour lancer Jupyter Notebook dans un environnement spécifique, vous devrez d'abord activer cet environnement. +Si vos carnets importent des modules Python qui dépendent de versions spécifiques d'autres modules, vous devriez établir un environnement spécifique pour ces carnets afin d'éviter les conflits. Un tel conflit pourrait se produire, par exemple, si un carnet requiert la version 1.0 d'un module sous-jacent et qu'un autre exige la version 2.0. Vous trouverez des instructions détaillées pour la création, la mise à jour et la gestion d'environnements dans la documentation d'Anaconda Navigator ou, si vous préférez travailler avec la ligne de commande, dans la documentation de Conda. Notez que pour lancer Jupyter Notebook dans un environnement spécifique, vous devrez d'abord activer cet environnement.
### Naviguer dans l'interface de Jupyter Notebook From bbd5bfb1230df4be8b31f79ae480df2057bd9dd2 Mon Sep 17 00:00:00 2001 From: charlottejmc <143802849+charlottejmc@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:45:52 +0900 Subject: [PATCH 4/4] Update introducao-jupyter-notebooks.md Update anaconda links --- pt/licoes/introducao-jupyter-notebooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt/licoes/introducao-jupyter-notebooks.md b/pt/licoes/introducao-jupyter-notebooks.md index 9e53a8443b..8d821f891e 100644 --- a/pt/licoes/introducao-jupyter-notebooks.md +++ b/pt/licoes/introducao-jupyter-notebooks.md @@ -104,7 +104,7 @@ Se o espaço do disco rígido é uma preocupação, você pode empacotar um note Para baixar e instalar a Anaconda, acesse o [site da Anaconda](https://www.anaconda.com/data-science-platform). Certifique-se de ter clicado no ícone do seu sistema operacional (que deve alterar o texto Anaconda [número da versão] para [sistema operacional selecionado], de forma a indicar o seu sistema operacional) e, em seguida, clique no botão Baixar na caixa para a versão atual do Python 3. Se você estiver no Windows, deve baixar um ficheiro `.exe`; em Mac, é `.pkg`; no Linux, é `.sh`. -Abra normalmente o ficheiro para instalar o software em seu sistema operacional. Mais detalhes de instalação estão disponíveis nos [documentos da Anaconda](https://docs.anaconda.com/free/anaconda/install/), incluindo como instalar a Anaconda através da linha de comando em cada sistema operacional. Se o computador não conseguir abrir o ficheiro que você baixou, certifique-se de selecionar o sistema operacional correto antes de baixar o instalador. No Windows, não deixe de escolher a opção de "Adicionar Anaconda à PATH Variable" durante o processo de instalação, ou você não poderá lançar Jupyter Notebook a partir da linha de comando. +Abra normalmente o ficheiro para instalar o software em seu sistema operacional. Mais detalhes de instalação estão disponíveis nos [documentos da Anaconda](https://docs.anaconda.com/anaconda/install/), incluindo como instalar a Anaconda através da linha de comando em cada sistema operacional. Se o computador não conseguir abrir o ficheiro que você baixou, certifique-se de selecionar o sistema operacional correto antes de baixar o instalador. No Windows, não deixe de escolher a opção de "Adicionar Anaconda à PATH Variable" durante o processo de instalação, ou você não poderá lançar Jupyter Notebook a partir da linha de comando. ## Usando Jupyter Notebook para pesquisa