code

Recherche

Voici les résultats de votre recherche.

matplotlib_simple
19 Occurrences trouvées, Dernière modification :
anaconda.com/distribution/|Anaconda]] ou [[http://code.google.com/p/pythonxy/|Python (x, y)]] * Sous G... ==== Directive d'importation ==== * standard : <code>import matplotlib as mpl import matplotlib.pyplot as plt</code> * alternative, simplifiée (en mode pylab, pour... btenir une certaine compatibilité avec Matlab) : <code>from pylab import *</code> ===== Graphiques de s
rdkit
6 Occurrences trouvées, Dernière modification :
aboratory ===== * Créer une première cellule de code permettant l'installation de RDKIT : <code>!pip install rdkit-pypi</code> * Fichier exemple : {{ :teaching:progappchim:rdkit_primer_01.ipynb |}} ===== Exemples d'utilisation ===== <code python test-rdkit.py> # from http://ctr.wikia.com