[sage-devel] Re: unable to open some sobj-files computed on earlier versions of sage with sage9.1

2020-08-20 Thread Paul Leopardi
See also https://trac.sagemath.org/ticket/30402 which relates. On Tuesday, 4 August 2020 at 05:45:46 UTC+10 Nils Bruin wrote: > Looking at the offending code (in matrix_integer_dense.pyx, line 535: > > def _unpickle(self, data, int version): > if version == 0: > if isinst

Re: [sage-devel] Re: Transition from jupyter notebook to jupyterlab

2020-08-20 Thread TB
On 20/08/2020 16:28, Samuel Lelievre wrote: 2020-08-20 12:54:55 UTC, kcrisman: > > On Wednesday, August 19, 2020 at 5:55:22 PM UTC-4 Matthias Koeppe wrote: > > > The Jupyter notebook developers encourage user

[sage-devel] Preparser is seriously broken!

2020-08-20 Thread Andrey Novoseltsev
It interferes with multiline strings now!!! ┌┐ │ SageMath version 9.2.beta9, Release Date: 2020-08-18 │ │ Using Python 3.7.3. Type "help()" for help.│ └

[sage-devel] Re: Transition from jupyter notebook to jupyterlab

2020-08-20 Thread Samuel Lelievre
2020-08-20 12:54:55 UTC, kcrisman: > > On Wednesday, August 19, 2020 at 5:55:22 PM UTC-4 Matthias Koeppe wrote: > > > The Jupyter notebook developers encourage users to transition to > > using JupyterLab, see https://github.com/jupyter/notebook#notice > > Hi - just for informational purposes, exact

[sage-devel] Re: Transition from jupyter notebook to jupyterlab

2020-08-20 Thread Matthias Koeppe
On Thursday, August 20, 2020 at 5:54:55 AM UTC-7, kcrisman wrote: > > > On Wednesday, August 19, 2020 at 5:55:22 PM UTC-4 Matthias Koeppe wrote: > >> The Jupyter notebook developers encourage users to transition to using >> JupyterLab, see https://github.com/jupyter/notebook#notice >> >> > just fo

[sage-devel] Re: Transition from jupyter notebook to jupyterlab

2020-08-20 Thread kcrisman
On Wednesday, August 19, 2020 at 5:55:22 PM UTC-4 Matthias Koeppe wrote: > The Jupyter notebook developers encourage users to transition to using > JupyterLab, see https://github.com/jupyter/notebook#notice > > Hi - just for informational purposes, exactly what effect does this have on end use