Skip to content

Commit cfde8af

Browse files
committed
Recommend to use a minimal distribution of SageMath
1 parent 3261103 commit cfde8af

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

environment.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,16 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- sage=9.6
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
11+
- jupyterlab
12+
# Required by the SageMath kernel in Jupyter
13+
- ipywidgets
14+
# If you chose sagelib instead of sage above, you can add the required
15+
# features manually here, e.g., matplotlib-base for basic plotting, sympy for
16+
# symbolic computations, …. See the "run" section of
17+
# https://github.com/conda-forge/sage-feedstock/blob/main/recipe/meta.yaml
18+
# for the things that are included in "sage" but that might be missing from
19+
# "sagelib".

0 commit comments

Comments
 (0)