Skip to content
Snippets Groups Projects
Commit 80bab446 authored by Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Browse files

Adaptation pour le tutoriel Jupyter

parent 39e49879
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,5 @@ RUN cp -ra /tmp/binder/install_files/* /opt/conda/ ...@@ -9,8 +9,5 @@ RUN cp -ra /tmp/binder/install_files/* /opt/conda/
RUN cd /tmp/binder && \ RUN cd /tmp/binder && \
micromamba install -y -n base -f environment.yml && \ micromamba install -y -n base -f environment.yml && \
micromamba clean --all --yes micromamba clean --all --yes
# Install Julia packages
RUN /usr/local/bin/_entrypoint.sh julia -e 'using Pkg; Pkg.add(["SymPy", "Symbolics", "Plots", "Widgets", "IJulia"])'
RUN rm -rf /tmp/binder RUN rm -rf /tmp/binder
name: julia # Logiciels requis pour utiliser et travailler sur les documents
name: tutoriel-jupyter
channels: channels:
- conda-forge - conda-forge
dependencies: dependencies:
- python>=3.11 - python
- make - make
- mamba - mamba
- git - git
############################################################################## ##############################################################################
# JupyterLab # JupyterLab
- jupyterlab>=4 - jupyterlab>=4
- jupyterlab-language-pack-fr-FR - jupyterlab-language-pack-fr-FR
- nbgitpuller - 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
# jupyterlab non critical extensions # jupyterlab non critical extensions
#- jupyter-offlinenotebook # UI to save/... the notebook even when the server connection is lost
- jupyter-resource-usage - jupyter-resource-usage
- jupyterlab-git - jupyterlab-git
- jupyterlab_code_formatter - jupyterlab_code_formatter
...@@ -29,12 +39,27 @@ dependencies: ...@@ -29,12 +39,27 @@ dependencies:
- jupyter-book - jupyter-book
- mystmd - mystmd
- nodejs - nodejs
- nbgrader>=0.9.1 #- nbgrader>=0.9.1
- jupyterlab-deck - jupyterlab-deck
##############################################################################
# For computations # For computations
- julia - matplotlib-base
- bqplot
- pandas
- seaborn
- sympy
- ipyleaflet
- folium
- networkx
- xarray
- ipytone # For the wind demo
- netcdf4
##############################################################################
# For code validation - pip
- pip:
- jupyterlab-deck
- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment