Re: [sage-devel] Re: notebook does not work

2016-06-04 Thread Sándor Czirbusz
This is the answer # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. import os, sys try: import _preamble except ImportError: try: sys.exc_clear() except AttributeError: # exc_clear() (and the requirement for it) has been removed from Py3

Re: [sage-devel] Re: notebook does not work

2016-06-04 Thread Sándor Czirbusz
sage -i twisted make: *** No rule to make target 'all-toolchain'. Stop. 2016-06-04 19:23 GMT+02:00 Dima Pasechnik : > Is your Sage built from source, or you downloaded a binary installation? > > Anyway, I see what happens. For some strange reason it picks up wrong > Twisted, the one for Python

Re: [sage-devel] Re: notebook does not work

2016-06-04 Thread Sándor Czirbusz
more precisly ' starts the table at 100% of the page width This is the first cell info 'this closes the first cell 'this is the start of the second "cell" This is the second cell info 'this closes the second cell 'this is the start of the third "cell" This is the first third info 'this

Re: [sage-devel] Re: notebook does not work

2016-06-04 Thread Sándor Czirbusz
Hi, I use Antergos (arch linux), and sagemath is fresh, namely 7.2 (Release Date: 2016-05-15 ). At 2016-05-15 I have saved some worksheets, but from this time the notebook does not work. CzS 2016-06-04 16:18 GMT+02:00 Dima Pasechnik : > what Sage version is this? > > > On Saturday, June 4, 20