Skip to content

Commit 190d84b

Browse files
authored
Merge pull request #25 from rosinni/main
update instructions
2 parents d1442ae + e64f85b commit 190d84b

File tree

5 files changed

+41
-9
lines changed

5 files changed

+41
-9
lines changed

README.es.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,28 @@ Sigue las siguientes instrucciones:
1212
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).
1313
3. Una vez que el VSCode del Codespace haya terminado de abrirse, comienza tu proyecto siguiendo las instrucciones a continuación.
1414

15-
## 🚛 Cómo entregar este proyecto
15+
## 📝 Instrucciones
1616

17-
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.
17+
1. Una vez comiences a trabajar en el proyecto, verás un fichero `./notebook/problems.ipynb` que contiene una serie de ejercicios.
1818

19-
## 📝 Instrucciones
19+
2. Antes de iniciar, asegúrate de seleccionar el **Kernel adecuado**.
20+
21+
- Al abrir el notebook, aparecerá un mensaje en la parte superior indicando **"Select Kernel"**.
22+
- Haz clic en **"Select Kernel"** (como se muestra en la imagen).
23+
24+
25+
![image-kernel](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/image-kernel.png?raw=true)
26+
27+
3. Se mostrará una lista con las opciones disponibles. Selecciona **"Python Environments"** y elige la versión de Python que deseas utilizar.
2028

21-
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.
29+
- Asegúrate de seleccionar la versión especificada en el archivo `devcontainer.json`, ya que esta es la recomendada para el proyecto.
30+
31+
32+
![image-devcontainer](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/devcontainer-image.png?raw=true)
2233

2334
> 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.
35+
36+
## 🚛 Cómo entregar este proyecto
37+
38+
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.
39+

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,26 @@ Follow the instructions below:
1212
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).
1313
3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.
1414

15-
## 🚛 How to deliver this project
15+
## 📝 Instructions
1616

17-
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.
17+
1. Once you start working on the project, you will see a `./notebook/problems.ipynb` file containing a list of exercises.
1818

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

21-
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.
28+
- Make sure to select the version specified in the `devcontainer.json` file, as this is the recommended one for the project.
29+
30+
![image-devcontainer](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/devcontainer-image.png?raw=true)
2231

2332
> 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.
33+
34+
## 🚛 How to deliver this project
35+
36+
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.
37+

assets/devcontainer-image.png

130 KB
Loading

assets/image-kernel.png

142 KB
Loading

learn.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
},
1919
"telemetry": {
2020
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=395"
21-
}
21+
},
22+
"gitpod": true,
23+
"template_url": "self"
2224
}

0 commit comments

Comments
 (0)