| 1 | initial version |
The problem (which is definitely a regression on our end), is stemming from FigureSize using a generator for a list.
For now, if you change the relevant portion to:
FigureSize = slider([i +1 for i in xrange(20)], default = 9, label="figure size")
the code works as expected. I've opened a bug report here: https://github.com/sagemath/sagecell/issues/367.
| 2 | No.2 Revision |
The problem (which is definitely a regression on our end), is stemming from FigureSize using a generator for a list.
For now, if you change the relevant portion to:
FigureSize = slider([i +1 for i in xrange(20)], default = 9, label="figure size")
the code works as expected. I've opened a bug report here: https://github.com/sagemath/sagecell/issues/367.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.