diff --git a/README.es.md b/README.es.md index f92774b1..7de9b250 100644 --- a/README.es.md +++ b/README.es.md @@ -12,12 +12,28 @@ Sigue las siguientes instrucciones: 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). 3. Una vez que el VSCode del Codespace haya terminado de abrirse, comienza tu proyecto siguiendo las instrucciones a continuación. -## 🚛 Cómo entregar este proyecto +## 📝 Instrucciones -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. +1. Una vez comiences a trabajar en el proyecto, verás un fichero `./notebook/problems.ipynb` que contiene una serie de ejercicios. -## 📝 Instrucciones +2. Antes de iniciar, asegúrate de seleccionar el **Kernel adecuado**. + + - Al abrir el notebook, aparecerá un mensaje en la parte superior indicando **"Select Kernel"**. + - Haz clic en **"Select Kernel"** (como se muestra en la imagen). + + +![image-kernel](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/image-kernel.png?raw=true) + +3. Se mostrará una lista con las opciones disponibles. Selecciona **"Python Environments"** y elige la versión de Python que deseas utilizar. -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. + - Asegúrate de seleccionar la versión especificada en el archivo `devcontainer.json`, ya que esta es la recomendada para el proyecto. + + +![image-devcontainer](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/devcontainer-image.png?raw=true) > 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. + +## 🚛 Cómo entregar este proyecto + +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. + diff --git a/README.md b/README.md index 51bcd061..e29a95bf 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,26 @@ Follow the instructions below: 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). 3. Once the Codespace VSCode has finished opening, start your project by following the instructions below. -## 🚛 How to deliver this project +## 📝 Instructions -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. +1. Once you start working on the project, you will see a `./notebook/problems.ipynb` file containing a list of exercises. -## 📝 Instructions +2. Before starting, make sure to select the **appropriate Kernel**. + + - When you open the notebook, a message will appear at the top indicating **"Select Kernel"**. + - Click on **"Select Kernel"** (as shown in the image). + +![image-kernel](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/image-kernel.png?raw=true) + +3. A list with available options will be displayed. Select **"Python Environments"** and choose the Python version you want to use. -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. + - Make sure to select the version specified in the `devcontainer.json` file, as this is the recommended one for the project. + +![image-devcontainer](https://github.com/4GeeksAcademy/probability-exercises-project-in-python/blob/main/assets/devcontainer-image.png?raw=true) > 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. + +## 🚛 How to deliver this project + +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. + diff --git a/assets/devcontainer-image.png b/assets/devcontainer-image.png new file mode 100644 index 00000000..94764069 Binary files /dev/null and b/assets/devcontainer-image.png differ diff --git a/assets/image-kernel.png b/assets/image-kernel.png new file mode 100644 index 00000000..acc30ada Binary files /dev/null and b/assets/image-kernel.png differ diff --git a/learn.json b/learn.json index c7f1575a..a88bb31e 100644 --- a/learn.json +++ b/learn.json @@ -18,5 +18,7 @@ }, "telemetry": { "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=395" - } + }, + "gitpod": true, + "template_url": "self" }