Skip to content

Commit 2cb81ae

Browse files
authored
Merge pull request #21 from Lorenagubaira/main
<onlyfor> was added to both readmes
2 parents b612a9d + 41abab5 commit 2cb81ae

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.es.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- Resolver los problemas utilizando cálculo, álgebra y Python.
66

7+
<onlyfor saas="false" withBanner="false">
8+
79
## 🌱 Cómo iniciar este proyecto
810

911
Sigue las siguientes instrucciones:
@@ -12,6 +14,9 @@ Sigue las siguientes instrucciones:
1214
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).
1315
3. Una vez que el VSCode del Codespace haya terminado de abrirse, comienza tu proyecto siguiendo las instrucciones a continuación.
1416

17+
</onlyfor>
18+
19+
1520
## 📝 Instrucciones
1621

1722
1. Una vez comiences a trabajar en el proyecto, verás un fichero `./notebook/problems.es.ipynb` que contiene una serie de ejercicios.
@@ -33,7 +38,6 @@ Sigue las siguientes instrucciones:
3338

3439

3540

36-
3741
> Solución: https://github.com/4GeeksAcademy/calculus-and-algebra-problems-with-python/blob/main/notebook/solutions.ipynb
3842
3943

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- Complete the problems using calculus, algebra and Python.
66

7+
<onlyfor saas="false" withBanner="false">
8+
79
## 🌱 How to start this project
810

911
Follow the instructions below:
@@ -12,8 +14,12 @@ Follow the instructions below:
1214
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).
1315
3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.
1416

17+
</onlyfor>
18+
19+
1520
## 📝 Instructions
1621

22+
1723
1. Once you start working on the project, you will see a `./notebook/problems.ipynb` file containing a list of exercises.
1824
2. Before starting, make sure to select the **appropriate Kernel**.
1925

learn.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
"solution": "https://github.com/breatheco-de/calculus-and-algebra-problems-with-python/blob/main/solutions.ipynb",
1010
"status": "published",
1111
"translations": ["es", "us"],
12-
"technologies": ["matplotlib", "numpy", "pandas", "python"],
12+
"technologies": ["matplotlib", "numpy", "pandas", "python", "machine learning", "data science"],
1313
"difficulty": "beginner",
1414
"syntax": "python",
1515
"duration" : 2,
16+
"template_url": "self",
1617
"projectType": "project",
1718
"autoStart": false,
1819
"description" : {

0 commit comments

Comments
 (0)