{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "15d8d79c", "metadata": { "slideshow": { "slide_type": "skip" } }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_127386/425525964.py:2: DeprecationWarning: `set_matplotlib_formats` is deprecated since IPython 7.23, directly use `matplotlib_inline.backend_inline.set_matplotlib_formats()`\n", " set_matplotlib_formats('svg')\n" ] } ], "source": [ "from IPython.display import set_matplotlib_formats\n", "set_matplotlib_formats('svg')" ] }, { "cell_type": "markdown", "id": "6d4be5f9", "metadata": { "lang": "fr", "slideshow": { "slide_type": "slide" } }, "source": [ "**Programming Course** - ***Master 1 PSL - Science et Génie des Matériaux / Énergie*** \n", "\n", "---------------\n", "\n", "# Introduction to Numpy\n", "\n", "**Basile Marchand (Centre des Matériaux- Mines ParisTech / CNRS / PSL University)**\n", "\n", "