UtrechtUniversity / workshop-introduction-to-python

One day workshop: Introduction to Python and Pandas.
https://utrechtuniversity.github.io/workshop-introduction-to-python/
Other
2 stars 2 forks source link

Link functions in afternoon_exercises to documentation #111

Open MSVermet opened 6 months ago

MSVermet commented 6 months ago

In the instructions of the afternoon_exercises we could add a link to the original documentation of a function (like is done in the morning_exercises). For example: isnull() function in ex. 4 or plt.scatter() in ex. 11