[sage-support] Re: "Inappropriate ioctl for device" when displaying number in Jupyter notebook

2022-07-01 Thread Alex J Best
Indeed that should fix it, in the meantime you can run something like sage: from sage.typeset.ascii_art import AsciiArt sage: AsciiArt._terminal_width = lambda x: 80 Before running other commands to fix the problem in a given notebook On Friday, July 1, 2022 at 3:40:58 AM UTC+2 John H Palmieri

[sage-support] Re: recovering the last Sage command while it is still running

2020-08-20 Thread Alex J Best
At least on my machine opening a new terminal window and starting a new sage session then pressing "up" gives me the previous command (still running) from the old session. (I'm on 9.2.beta8 in case that's relevant) On Thursday, August 20, 2020 at 1:32:20 PM UTC-4 David Lowry-Duda wrote: > > I