Sorry for the sloppy report without a config.log.

For the record, my workaround to the problem
was to use the brew-installed Jupyter + JupyterLab.
One can install the SageMath Jupyter kernel for it
quite easily. The following works on macOS
(to find out what to put for KERNELS, one can run
commands such as `jupyter kernelspec list`
or `jupyter --paths`):
```
$ SAGE_LOCAL=`sage -c 'print(SAGE_LOCAL)'`
$ SAGE_KERNEL=$SAGE_LOCAL/share/jupyter/kernels/sagemath 
$ KERNELS=$HOME/Library/Jupyter/kernels
$ ln -s $SAGE_KERNEL $KERNELS
```
Then instead of `sage -n jupyter` or `sage -n jupyterlab`,
Jupyter Notebook and JupyterLab can be launched
the "normal" (non-Sage-specific) way:
```
$ jupyter notebook
$ jupyter lab
```


Fri 2020-11-20 18:08:00 UTC, Matthias Köppe:
>
> Samuel, you didn't include config.log, but my guess
> is that it would reveal that you are not using python3
>  from system or homebrew. config.log contains the
> relevant information why the system python3 is
> rejected by Sage.
>
> Fri 2020-11-20 00:42:07 UTC Samuel Lelievre:
>>
>>
>> > From: Volker
>> > Subject: Sage 9.3.beta1 released
>> >
>> > 222059565b (tag: 9.3.beta1, trac/develop)
>> > Updated SageMath version to 9.3.beta1
>>
>> Thanks for this new release!
>>
>> All tests passed here when running  `make testlong`
>> (more detail below), but I could not install JupyterLab.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/e86b4046-5b20-4b8e-8336-693cfafab769n%40googlegroups.com.

Reply via email to