Skip to content

Commit 75d356c

Browse files
authored
Update README.md
1 parent a757dce commit 75d356c

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

README.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
1-
# Jupyter Notebook Template
1+
<!-- hide -->
2+
# Calculus and Algebra Problems with Python
3+
<!-- endhide -->
4+
Inside this repository, you will find a file called `./notebook/problems.ipynb` with the exercises you need to finish to complete it.
25

3-
Use this template for creating Jupyter notebooks compatible with Gitpod and local environments.
6+
## 🌱 How to start this project
47

5-
Once the Gitpod workspace has successfully loaded, it will install the most common dependencies used in a typical notebook.
8+
The easiest way to start working on this project is by using Gitpod:
69

7-
## How to use
10+
1. Make a fork of [this repository](https://github.com/breatheco-de/algorithm-optimization-project-machine-learning) into your github account.
11+
2. Open the recently created fork on Gitpod by using the [Gitpod button extension](https://www.gitpod.io/docs/browser-extension/).
12+
3. Once Gitpod VSCode has finished opening you can go ahead and open the `problems.ipynb` file and start solving each exercise inside the notebook.
813

9-
- Add your notebooks in the `./notebbook` folder.
10-
- Open the notebooks and run the python code.
14+
## 🚛 How to deliver this project
1115

12-
## Default dependencies
16+
Once you are finished solving the exercises make sure to commit your changes, push to your repository fork and go to 4Geeks.com to upload the repository link.
1317

14-
```
15-
# Base ----------------------------------------
16-
pandas>=1.1.4
17-
numpy>=1.18.5
18-
opencv-python>=4.1.2
19-
matplotlib>=3.2.2
20-
ipyleaflet>=0.14.0
21-
sympy>=1.10.1
18+
# Solutions
2219

23-
# Machine learning ----------------------------
24-
sklearn
25-
```
20+
We also incorporated the solutions files `./notebook/*-solution[n].ipynb` that we strongly suggest you only use if you are stuck for more than 30min or if you have already finished and want to compare it with your approach.

0 commit comments

Comments
 (0)