Jupyter Notebook 0/1
Jupyter Notebook
Jupyter notebook is a web-based interactive development enviornment to write and execute code in several programming languages.
![Jupyter](https://digipedia.tudelft.nl/app/uploads/2024/09/logos-jupyter.png)
Jupyter Notebook is a web-based platform that offers interactive computing. In the notebook, it is possible to create and share snippets of code that can be run directly in the platform. Jupyter offers a web application, but you can also open Jupyter notebooks through VS Code. To get started with Jupyter Notebooks, you will need to install Python, Jupyter, and possibly some additional libraries.