Skip to content

Commit 498f885

Browse files
authored
Merge pull request #30 from rosinni/main
update instructions
2 parents 42d6e9a + f4136a6 commit 498f885

File tree

5 files changed

+42
-10
lines changed

5 files changed

+42
-10
lines changed

README.es.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,29 @@ Sigue las siguientes instrucciones:
1414
2. Abre el repositorio creado recientemente en Codespace usando la [extensión del botón de Codespace](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
1515
3. Una vez que el VSCode del Codespace haya terminado de abrirse, comienza tu proyecto siguiendo las instrucciones a continuación.
1616

17-
## 🚛 Cómo entregar este proyecto
17+
## 📝 Instrucciones
1818

19-
Una vez que hayas terminado de resolver los ejercicios, asegúrate de confirmar tus cambios, haz push a tu repositorio y ve a 4Geeks.com para subir el enlace del repositorio.
19+
1. Una vez comiences a trabajar en el proyecto, verás un fichero `./notebook/problems.ipynb` que contiene una serie de ejercicios.
2020

21-
## 📝 Instrucciones
21+
2. Antes de iniciar, asegúrate de seleccionar el **Kernel adecuado**.
22+
23+
- Al abrir el notebook, aparecerá un mensaje en la parte superior indicando **"Select Kernel"**.
24+
- Haz clic en **"Select Kernel"** (como se muestra en la imagen).
25+
26+
27+
![image-kernel](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/image-kernel.png?raw=true)
28+
29+
3. Se mostrará una lista con las opciones disponibles. Selecciona **"Python Environments"** y elige la versión de Python que deseas utilizar.
30+
31+
- Asegúrate de seleccionar la versión especificada en el archivo `devcontainer.json`, ya que esta es la recomendada para el proyecto.
32+
33+
34+
![image-devcontainer](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/devcontainer-image.png?raw=true)
35+
36+
37+
> Nota: También incorporamos muestras de solución en `./notebook/solutions.ipynb` que te sugerimos que solo uses si estás atascado por más de 30 minutos o si ya has terminado y quieres compararlo con tu enfoque.
38+
39+
## 🚛 Cómo entregar este proyecto
2240

23-
Una vez comiences a trabajar en el proyecto, verás un fichero `./notebook/problems.ipynb` que contiene una serie de ejercicios. Completa cada uno de ellos, uno por uno.
41+
Una vez que hayas terminado de resolver los ejercicios, asegúrate de confirmar tus cambios, haz `push` a tu repositorio y ve a 4Geeks.com para subir el enlace del repositorio.
2442

25-
> Nota: También incorporamos muestras de solución en `./notebook/solutions.ipynb` que te sugerimos honestamente que solo uses si estás atascado por más de 30 minutos o si ya has terminado y quieres compararlo con tu enfoque.

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,26 @@ Follow the instructions below:
1414
2. Open the newly created repository in Codespace using the [Codespace button extension](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
1515
3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.
1616

17-
## 🚛 How to deliver this project
17+
## 📝 Instructions
1818

19-
Once you have finished solving the exercises, be sure to commit your changes, push them to your repository, and go to 4Geeks.com to upload the repository link.
19+
1. Once you start working on the project, you will see a `./notebook/problems.ipynb` file containing a list of exercises.
2020

21-
## 📝 Instructions
21+
2. Before starting, make sure to select the **appropriate Kernel**.
22+
23+
- When you open the notebook, a message will appear at the top indicating **"Select Kernel"**.
24+
- Click on **"Select Kernel"** (as shown in the image).
25+
26+
![image-kernel](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/image-kernel.png?raw=true)
27+
28+
3. A list with available options will be displayed. Select **"Python Environments"** and choose the Python version you want to use.
2229

23-
Once you start working on the project, you will see a `./notebook/problems.ipynb` file containing a list of exercises. Complete each of them, one by one.
30+
- Make sure to select the version specified in the `devcontainer.json` file, as this is the recommended one for the project.
31+
32+
![image-devcontainer](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/devcontainer-image.png?raw=true)
2433

2534
> Note: We also incorporated a `./notebook/solutions.ipynb` file that we strongly suggest you only use if you are stuck for more than 30 min or if you have already finished and want to compare it with your approach.
35+
36+
## 🚛 How to deliver this project
37+
38+
Once you have finished solving the exercises, be sure to commit your changes, `push` to your repository and go to 4Geeks.com to upload the repository link.
39+

assets/devcontainer-image.png

130 KB
Loading

assets/image-kernel.png

142 KB
Loading

learn.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"description": {
1717
"us": "Use your NumPy, Pandas, and Matplotlib skills to practice a little about descriptive statistics",
1818
"es": "Usa tus habilidades con numpy, pandas y matplotlib para practicar un poco sobre estadística descriptiva."
19-
}
19+
},
20+
"gitpod": true
2021
}

0 commit comments

Comments
 (0)