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.es.md
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,29 @@ Sigue las siguientes instrucciones:
14
14
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).
15
15
3. Una vez que el VSCode del Codespace haya terminado de abrirse, comienza tu proyecto siguiendo las instrucciones a continuación.
16
16
17
-
## 🚛 Cómo entregar este proyecto
17
+
## 📝 Instrucciones
18
18
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.
20
20
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).
> 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
22
40
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.
24
42
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.
Copy file name to clipboardExpand all lines: README.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,26 @@ Follow the instructions below:
14
14
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).
15
15
3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.
16
16
17
-
## 🚛 How to deliver this project
17
+
## 📝 Instructions
18
18
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.
20
20
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).
3. A list with available options will be displayed. Select **"Python Environments"** and choose the Python version you want to use.
22
29
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.
> 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.
0 commit comments