Sure, output below, thanks
---
# packages in environment at /Users/rparini/opt/miniconda3/envs/sagetest:
#
# NameVersion Build Channel
_r-mutex 1.0.1 anacondar_1conda-forge
alabaster 0.7.12
This is a great question, but I don't think it's currently supported.
However, there appears to be a Jupyter widget which supports this:
https://ipywidgets.readthedocs.io/en/stable/examples/Widget%20List.html#Play-(Animation)-widget
so in principle we could add that to the Jupyter implementatio
Can you try the following?
conda install mamba -n base
conda config --add channels conda-forge
conda config --set channel_priority strict
mamba create -n sagetest sage
conda activate sagetest
sage
On Sun, Aug 21, 2022 at 6:24 PM Robert Parini
wrote:
> Using conda on macOS 12.4 (with Apple silic
Thanks, that works!
On Monday, 22 August 2022 at 15:12:15 UTC+1 isu...@gmail.com wrote:
> Can you try the following?
>
> conda install mamba -n base
> conda config --add channels conda-forge
> conda config --set channel_priority strict
> mamba create -n sagetest sage
> conda activate sagetest
> s