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
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,28 @@ Sigue las siguientes instrucciones:
12
12
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).
13
13
3. Una vez que el VSCode del Codespace haya terminado de abrirse, comienza tu proyecto siguiendo las instrucciones a continuación.
14
14
15
-
## 🚛 Cómo entregar este proyecto
15
+
## 📝 Instrucciones
16
16
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.
18
18
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).
3. Se mostrará una lista con las opciones disponibles. Selecciona **"Python Environments"** y elige la versión de Python que deseas utilizar.
20
28
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.
> 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.
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
@@ -12,12 +12,26 @@ Follow the instructions below:
12
12
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).
13
13
3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.
14
14
15
-
## 🚛 How to deliver this project
15
+
## 📝 Instructions
16
16
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.
18
18
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).
3. A list with available options will be displayed. Select **"Python Environments"** and choose the Python version you want to use.
20
27
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.
> 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.
0 commit comments