nevermind78 / Python4LM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python For LM 2023



Binder

Requirements

Introduction to jupyter

Binder

Jupyter notebooks est compatible avec ces versions de python:

Anaconda Python distribution est fortement recommandé, car il inclut Python, le gestionnaire de packages conda, l'environnement de développement intégré Spyder et tout un univers de packages Python pour les mathématiques et l'ingénierie, notamment NumPy, SciPy, Matplotlib et Jupyter.

Bibliothèque de python requises :

Exécution des notebooks localement :

Après avoir installé Python et Jupyter, accédez au répertoire de base de ce projet dans lequel ces blocs-notes sont enregistrés, ouvrez une fenêtre de commande ou une interface shell et tapez la commande suivante:

 jupyter notebook

Votre navigateur par défaut s'ouvrira pour afficher le tableau de bord du notebook à l'adresse http: // localhost: 8888.

MathJax is the JavaScript library Jupyter uses to render LaTeX. To ensure that you have the absolute, latest version of MathJax rendering the math in your locally-executed notebooks, set the NotebookApp.enable_mathjax configuration parameter in jupyter_notebook_config.py to point to the newest available MathJax.js version on cdnjs. (c.f. Config file and command line options, Jupyter docs).

Les notebooks s'éxécutent parfaitement sur :

  • Chrome 71.0.3578.98++ (official build), 64-bit and Firefox 64.0, 64-bit on Windows 10
  • Chrome 69.0.3497.100++ (official build, 64-bit and Firefox 52.8.0++, 64-bit on Windows 7
  • Chrome 71.0.3578.98++ (official build), 64-bit; Firefox 64.0++ (64-bit); and Safari 12.0.2 (13606.3.4.1.4++) on macOS (High Sierra, v10.13.6++)

Internet Explorer n'est pas recommandé !

COURS

Slides du cours

About


Languages

Language:Jupyter Notebook 96.2%Language:Python 3.8%