Topic Jupyter Notebooks
Download and Install
- A intallation guide can be found on the Juypter-Website
- The presentation on Jupyter Notebooks (also created in a Jupyter Notebook) can be viewed here.
- An example Jupyter Notebook featuring the famous iris data set can be found here.
What are Jupyter Notebooks
Use cases
- Documenting a process
- Tutorials e.g. in teaching scientific analysis
- Show how things are used
- Enables learners to try things out
- Data analysis
- Code development
- Create figures
Tasks you can solve with Jupyter Notebooks are
- Transformation and cleaning of data
- Data visualisation
- Statistical modelling