Skip to content

Commit e348c33

Browse files
committed
Explain how to build smaller images
1 parent cfde8af commit e348c33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

environment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
# Install a minimal version of SageMath, without plotting, without symbolic
8-
# computations, …. Replace sagelib with sage if you want the full SageMath
9-
# distribution (takes much longer to load in binder.)
10-
- sagelib=9.6
117
- jupyterlab
128
# Required by the SageMath kernel in Jupyter
139
- ipywidgets
10+
# Install the full distribution of SageMath. The resulting image might take a
11+
# long time to load on binder. Replace sage with sagelib, to use a minimal
12+
# distribution of SageMath, without plotting, without symbolic computations, ….
13+
- sage=9.6
1414
# If you chose sagelib instead of sage above, you can add the required
1515
# features manually here, e.g., matplotlib-base for basic plotting, sympy for
1616
# symbolic computations, …. See the "run" section of

0 commit comments

Comments
 (0)