Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: julia
channels:
- conda-forge
dependencies:
- python>=3.11
- make
- mamba
- git
##############################################################################
# JupyterLab
- jupyterlab>=4
- jupyterlab-language-pack-fr-FR
- nbgitpuller
# jupyterlab non critical extensions
- jupyter-resource-usage
- jupyterlab-git
- jupyterlab_code_formatter
- jupyter_console # for image CI tests
##############################################################################
# Authoring and teaching tools
- jupytext
- jupyterlab-myst>=2.1.0
- jupyter-book
- mystmd
- nodejs
- nbgrader>=0.9.1
- jupyterlab-deck
##############################################################################
# For computations
- julia
##############################################################################
# For code validation