[sage-devel] Re: Proposal: Demote jupyter-jsmol and tachyon to optional

2024-08-19 Thread Kwankyu Lee
As far as I remember from the discussion in https://github.com/sagemath/sage/issues/33513, saving 3d graphics to png files is already possible from the menu "Save as PNG". For inclusion of 3d graphics as png files to our pdf documentation, one may do it manually by including the png files into

[sage-devel] Re: Proposal: Demote jupyter-jsmol and tachyon to optional

2024-08-19 Thread Matthias Koeppe
On Monday, August 19, 2024 at 5:52:17 PM UTC-7 Nils Bruin wrote: I can see how "Playwright" is an attractive option [...] While currently it is probably well-supported, I could see how longer term this is going to be a rather fragile solution, because we'd be dependent on an interface to commu

[sage-devel] Re: Proposal: Demote jupyter-jsmol and tachyon to optional

2024-08-19 Thread Matthias Koeppe
On Monday, August 19, 2024 at 5:52:17 PM UTC-7 Nils Bruin wrote: I assume the proposal wouldn't mean that we'd ship a browser with sagemath? After installing playwright, one runs "playwright install" to install the browser(s). This requires internet connectivity. In the branch of https://githu

[sage-devel] Re: Proposal: Demote jupyter-jsmol and tachyon to optional

2024-08-19 Thread Nils Bruin
It's unfortunate that tachyon isn't maintained properly. It's a nice piece of software. It looks like it has been adopted by VMD (software developed by the biophysics group at Illinois -- it looks like the software is opensource and available without cost, but is under a restrictive licence, so

Re: [sage-devel] Proposal: Demote jupyter-jsmol and tachyon to optional

2024-08-19 Thread François Bissey
Making all those packages optional sounds good. I am not completely sure about playwright. It feels a bit heavy to shoehorn to produce documentation from source. I need a bit more time to think about it. Using binary produced documentation packages for "stable" releases is a fine option, but p

[sage-devel] Re: message marked as off topic

2024-08-19 Thread Kwankyu Lee
Thank you for consideration. A6 manipulating PR labels out of the intended usage We have a policy for how to handle the "disputed" label: I'm going from memory, but I think that a disputed label can only be removed (a) by the person who initially applied the label, (b) a vote on the ticket w

[sage-devel] Proposal: Demote jupyter-jsmol and tachyon to optional

2024-08-19 Thread Matthias Koeppe
jupyter-jsmol is the current standard package providing javascript version of Jmol (which I proposed to demote to optional in https://groups.google.com/g/sage-devel/c/qKqTmLzHAbg, https://github.com/sagema

[sage-devel] Re: message marked as off topic

2024-08-19 Thread John H Palmieri
Hi Kwankyu, (This is a response from the Code of Conduct Committee.) Thank you for raising these issues. Some are addressed below, and we will also create separate threads (for discussion of policy proposals) to deal with some of the others. On Wednesday, August 14, 2024 at 3:54:30 PM UTC-7 Kw

[sage-devel] Re: Proposal: Policy for standard packages from binary wheels

2024-08-19 Thread Matthias Koeppe
On Sunday, August 4, 2024 at 11:03:38 AM UTC-7 Matthias Koeppe wrote: Currently all "standard" packages of the Sage distribution, by policy ( https://doc.sagemath.org/html/en/developer/packaging.html; recommended reading), - either can be installed from source ("normal" packages); - or they are

Re: [sage-devel] minimize_constrained is not consistent with different variable names

2024-08-19 Thread Emmanuel Charpentier
I have filed a new issue which seems germane to this problem. HTH, ​ Le jeudi 16 septembre 2021 à 14:29:23 UTC+2, Michael Orlitzky a écrit : > On Thu, 2021-09-16 at 01:28 -0700, Pol del Aguila Pla wrote: > > How would one go about contributing a