teaching:progappchim:jupyter

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
teaching:progappchim:jupyter [2018/11/21 13:53] – [Utilisations avancées] villersdteaching:progappchim:jupyter [2020/07/14 09:26] – [Utilisations avancées] villersd
Ligne 6: Ligne 6:
   * Sinon, on peut utiliser facilement les notebooks Jupyter sur la plateforme [[https://notebooks.azure.com/|Microsoft Azure notebooks]], avec un code utilisateur UMONS ou un autre compte à définir.   * Sinon, on peut utiliser facilement les notebooks Jupyter sur la plateforme [[https://notebooks.azure.com/|Microsoft Azure notebooks]], avec un code utilisateur UMONS ou un autre compte à définir.
   * Avec un compte Google, on peut aussi utiliser [[https://colab.research.google.com/notebooks/welcome.ipynb]] qui est en fait une forme d'utilisation de Jupyter   * Avec un compte Google, on peut aussi utiliser [[https://colab.research.google.com/notebooks/welcome.ipynb]] qui est en fait une forme d'utilisation de Jupyter
 +  * Autres solutions :
 +    * [[https://deepnote.com/|Deepnote]] est un outil avancé permettant de travailler en équipe sur un notebook
 +    * [[https://dataplatform.cloud.ibm.com/docs/content/wsj/analyze-data/notebooks-parent.html|IBM DataPlatform Notebooks]]
 +    * Kaggle, Amazon Sagemaker,...
   * Le successeur de Jupyter est en cours d'élaboration, et s'appelle Jupyterlab   * Le successeur de Jupyter est en cours d'élaboration, et s'appelle Jupyterlab
 </WRAP> </WRAP>
Ligne 46: Ligne 50:
   * Jupyter widgets (ipywidgets)   * Jupyter widgets (ipywidgets)
     * [[http://ipywidgets.readthedocs.io/en/stable/index.html|Documentation officielle (stable)]]     * [[http://ipywidgets.readthedocs.io/en/stable/index.html|Documentation officielle (stable)]]
 +    * Articles :
 +      * [[https://towardsdatascience.com/interactive-graphs-in-python-830b1e6c197f|Interactive Graphs in Python - An incredibly quick and easy extension to Matplotlib]] (exemple simple avec matplotlib)
     * **Exemples** :     * **Exemples** :
       * [[https://samplespublic-linusable.notebooks.azure.com/nb/notebooks/notebooks/jupyter_widgets-01.ipynb]] : sinusoïde à fréquence ajustable       * [[https://samplespublic-linusable.notebooks.azure.com/nb/notebooks/notebooks/jupyter_widgets-01.ipynb]] : sinusoïde à fréquence ajustable
Ligne 51: Ligne 57:
       * [[https://samplespublic-linusable.notebooks.azure.com/nb/notebooks/notebooks/physics/Beat_Frequencies.ipynb]] : [[wp>fr:Battement_(physique)|battement]] sonore dû à la superposition de deux fréquences proches       * [[https://samplespublic-linusable.notebooks.azure.com/nb/notebooks/notebooks/physics/Beat_Frequencies.ipynb]] : [[wp>fr:Battement_(physique)|battement]] sonore dû à la superposition de deux fréquences proches
   * [[https://github.com/ipython-contrib/jupyter_contrib_nbextensions|Jupyter notebook extensions]], add functionality to the Jupyter notebook using Javascript extensions loaded locally in your browser.   * [[https://github.com/ipython-contrib/jupyter_contrib_nbextensions|Jupyter notebook extensions]], add functionality to the Jupyter notebook using Javascript extensions loaded locally in your browser.
 +  * Installer des librairies à partir d'un notebook Jupyter : [[http://jakevdp.github.io/blog/2017/12/05/installing-python-packages-from-jupyter/index.html|Installing Python Packages from a Jupyter Notebook]]
  
   * Exemples en chimie :   * Exemples en chimie :
Ligne 69: Ligne 76:
  
   * [[http://nbviewer.jupyter.org/]]   * [[http://nbviewer.jupyter.org/]]
 +
 +===== JupyterLab =====
 +  * [[https://towardsdatascience.com/how-to-setup-your-jupyterlab-project-environment-74909dade29b|How to Setup Your JupyterLab Project Environment]]
 +
  
 ===== Références : ===== ===== Références : =====
  • teaching/progappchim/jupyter.txt
  • Dernière modification : 2022/06/10 08:56
  • de villersd