{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "\n", "# Python Setup\n", "Jupyter notebook providers like the RWTH, Google with Colab, or Kaggel notebooks typically serve environments which contain everything you need:\n", "* A python installation\n", "* Common packages like numpy, matplotlib, or PyTorch preinstalled\n" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.2" }, "vscode": { "interpreter": { "hash": "85b74e45f3169d6039abd91b8eff61b3ebc8a01e856c123760a52652b4514477" } } }, "nbformat": 4, "nbformat_minor": 4 }