Skip to content
Snippets Groups Projects
environment.yml 2.19 KiB
Newer Older
# Logiciels requis pour utiliser et travailler sur les documents
name: tutoriel-jupyter
Nicolas M. Thiéry's avatar
Nicolas M. Thiéry committed

channels:
- conda-forge

dependencies:
Nicolas M. Thiéry's avatar
Nicolas M. Thiéry committed
- make
- mamba
- git

##############################################################################
# JupyterLab
Nicolas M. Thiéry's avatar
Nicolas M. Thiéry committed
- jupyterlab-language-pack-fr-FR
- nbgitpuller
#- jupyter-collaboration

# Interactive widgets
- jupyterlab_widgets # >=3.0.5
- ipywidgets                   # for dashboards and ipywidget-games-*
- ipylab                       # for dashboards
- jupyter_app_launcher         # for launching the dashboards as applications
- ipydatagrid                  # for the instructor dashboard
- ipympl                       # for interactive matplotlib
Nicolas M. Thiéry's avatar
Nicolas M. Thiéry committed

# jupyterlab non critical extensions
#- jupyter-offlinenotebook    # UI to save/... the notebook even when the server connection is lost
Nicolas M. Thiéry's avatar
Nicolas M. Thiéry committed
- jupyter-resource-usage
- jupyterlab-git
- jupyterlab_code_formatter
- jupyter_console              # for image CI tests

##############################################################################
# Authoring and teaching tools
- jupytext
Nicolas M. Thiéry's avatar
Nicolas M. Thiéry committed
- jupyter-book
- mystmd
- nodejs
- nbgrader>=0.9.3
Nicolas M. Thiéry's avatar
Nicolas M. Thiéry committed
- jupyterlab-deck

# For computations
- matplotlib-base
- bqplot
- pandas
- seaborn
- sympy
- ipyleaflet
- folium
- networkx
- xarray
- ipytone   # For the wind demo
- netcdf4
# For Intro Science Données
- ipydatagrid
- tabulate
- pillow
- mscorefonts
- scikit-learn
- tensorflow-cpu
# For code validation
- python-lsp-server
- black
- flake8
- mypy
- types-setuptools
- pytest
- tqdm
- pip
- pip:
    - delpywidget
    - git+https://gitlab.dsi.universite-paris-saclay.fr/nicolas.thiery/ValuePlayerWidget.git
    - git+https://gitlab.dsi.universite-paris-saclay.fr/nicolas.thiery/GraphAlgorithmPlayer.git
    - git+https://gitlab.dsi.universite-paris-saclay.fr/nicolas.thiery/Laby.git
Nicolas M. Thiéry's avatar
Nicolas M. Thiéry committed
    - git+https://gitlab.dsi.universite-paris-saclay.fr/jupyter/jupylates
    - git+https://gitlab.com/travo-cr/travo.git@student-dashboard-actions
    - git+https://gitlab.dsi.universite-paris-saclay.fr/L1InfoInitiationScienceDonnees/Assets.git
    - git+https://gitlab.dsi.universite-paris-saclay.fr/MethNum/scripts.git