[sage-devel] Re: building documentation with python3.6 and topcom installed

2019-04-04 Thread John H Palmieri
What happens when you run this version of Sage and do sage: PointConfiguration.set_engine('internal') # to make doctests independent of TOPCOM sage: p = PointConfiguration([[-1,-1],[1,1],[1,0],[0,1],[0,0]]) and then if that succeeds, plot p? What if you omit the first line and just tr

[sage-devel] building documentation with python3.6 and topcom installed

2019-04-04 Thread François Bissey
Hi all, I am currently working with ticket merging sphinx 1.8.5. I also have been looking a lot at testing the available optional packages I can in sage-on-gentoo. Which is how I ended up having topcom installed. With topcom installed the documentation fails to build in python3: Error building t

[sage-devel] "@experimental" decorator, doctests, and py2 vs. py3

2019-04-04 Thread John H Palmieri
I am confused about how Sage's doctests work with a deprecation warning, for example as coming from the @experimental decorator. Here is a snippet from the top of rings/padics/padic_lattice_element.py: sage: R = ZpLC(2) doctest:...: FutureWarning: This class/method/function is marked as

[sage-devel] Re: Getting plots in a browser from a .sage script

2019-04-04 Thread Yagamy Light
On Thursday, 4 April 2019 19:08:02 UTC+3, Nils Bruin wrote: > > On Thursday, April 4, 2019 at 2:19:49 AM UTC-7, Yagamy Light wrote: >> >> First, the question: given I have a ".sage" or ".py" script that draws a >> plot and buttons, what do I execute in terminal to get the plot with >> buttons t

[sage-devel] Re: Getting plots in a browser from a .sage script

2019-04-04 Thread Nils Bruin
On Thursday, April 4, 2019 at 2:19:49 AM UTC-7, Yagamy Light wrote: > > First, the question: given I have a ".sage" or ".py" script that draws a > plot and buttons, what do I execute in terminal to get the plot with > buttons to appear in a browser? > > First, what I'm trying to achieve: I want t

[sage-devel] Re: Getting plots in a browser from a .sage script

2019-04-04 Thread Yagamy Light
Oh, sorry, I just realized this is a development ML. I posted it here because promised at https://groups.google.com/forum/#!topic/sage-devel/yCnF_CURVwU which was on-topic here, but this one is not. What do I do now? On Thursday, 4 April 2019 12:19:49 UTC+3, Yagamy Light wrote: > > First, the q

[sage-devel] Getting plots in a browser from a .sage script

2019-04-04 Thread Yagamy Light
First, the question: given I have a ".sage" or ".py" script that draws a plot and buttons, what do I execute in terminal to get the plot with buttons to appear in a browser? First, what I'm trying to achieve: I want to use SageMath as a debugging tool for a graph algorithm. I gonna need at leas

[sage-devel] Re: load() function doesn't pop up a PNG viewer

2019-04-04 Thread Yagamy Light
On Thursday, 4 April 2019 09:48:58 UTC+3, Yagamy Light wrote: > > > > On Thursday, 4 April 2019 03:21:22 UTC+3, John H Palmieri wrote: >> >> >> >> On Wednesday, April 3, 2019 at 4:20:43 PM UTC-7, Yagamy Light wrote: >>> >>> >>> >>> On Thursday, 4 April 2019 01:58:09 UTC+3, John H Palmieri wrote: