Re: [sage-support] init_printing from sympy is no longer working in SageCell

2022-02-02 Thread Andrey Novoseltsev
On Wednesday, 2 February 2022 at 14:35:35 UTC-7 dsfitz...@gmail.com wrote: > Thanks! I just discovered that there is a separate group for Sage Cell. > Oddly, the SageCell page links here for help! Apologies for not posting > there first. > This is on purpose - most questions people have are

Re: [sage-support] init_printing from sympy is no longer working in SageCell

2022-02-02 Thread Andrey Novoseltsev
This is due to recent upgrade to Sage 9.5. I will try to have it fixed in a few hours or revert to 9.4 until I figure out the fix. On Wednesday, 2 February 2022 at 12:28:11 UTC-7 dsfitz...@gmail.com wrote: > Here is an example with Sage cells in context: >

[sage-support] Re: Did something change to break Sage interactives using sagecell.sagemath.org recently?

2020-07-12 Thread Andrey Novoseltsev
Thanks for the report, while fixing other issues at 6612cabb355699638b033567fc1cb1cdf7a7c43a I've broken "default route", fixed by https://github.com/sagemath/sagecell/commit/55ad44ca08113b078c77850b65cc20a2ad0767b0 and deployed! On Saturday, 11 July 2020 09:10:02 UTC-6, Christian Seberino

[sage-support] Re: How can I increase the loading time in sagecell?

2020-05-12 Thread Andrey Novoseltsev
Configuration is discussed here: https://github.com/sagemath/sagecell#configuration if the problem is with CPU time limit, you can increase it from the default 2 minutes. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from

Re: [sage-support] simple desolve_tides_mpfr crash, even for SageMath Cell Server

2020-04-17 Thread Andrey Novoseltsev
tides is now available on SageMathCell as well! https://sagecell.sagemath.org/?q=ofpfet -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-support] Re: [sage-cell] Where Oh Where is my Divide By Zero Error?

2018-03-16 Thread Andrey Novoseltsev
On Fri, Mar 16, 2018 at 4:18 PM, Jorge Garcia wrote: > Dear Hive Mind: > > Why is there no Divide By Zero Error here: >

[sage-support] Fwd: Bug report-Sage

2018-02-11 Thread Andrey Novoseltsev
Hello, I got this bug report and it seems that I have seen something similar in the past but can't find it. Is it already known/tracked? Thank you, Andrey -- Forwarded message -- Dear Professor Novoseltsev, I'm writing to report what I believe to be a bug. Please see the

[sage-support] Re: Possible bug with surfaces opacity in threejs

2017-10-19 Thread Andrey Novoseltsev
No, rather in threejs only one of overlapping triangles is shown and it is the one whose center is closer or something like this. And show/not show is binary without taking transparency into account. I think this is where Paul was explaining some details:

[sage-support] Re: Possible bug with surfaces opacity in threejs

2017-10-16 Thread Andrey Novoseltsev
It is known - I have complained several times over the years, but my understanding is that solving this is difficult. It has to do with the algorithm that throws away triangles as invisible, and when the surface is simple like a plain and contains few triangles, you see this behaviour. It can

[sage-support] Re: Plotting with R in A Sage Cell

2017-08-20 Thread Andrey Novoseltsev
On Sunday, 6 August 2017 22:58:20 UTC-6, Andrey Novoseltsev wrote: > > The next problem is that if a linked cell does not create a new plot, then > the old one will be shown again - since the file is still there. > This problem also seems to be solved, please report if you disc

[sage-support] Re: Plotting with R in A Sage Cell

2017-08-06 Thread Andrey Novoseltsev
Now http://faculty.sfasu.edu/judsontw/math-s304/section-16.html works fine for me - I don't enforce permission on user files except for group readable (otherwise the web server will not be able to serve them) and there is a timestamp added to the name to force browser to load a new version.

[sage-support] Re: Plotting with R in A Sage Cell

2017-08-06 Thread Andrey Novoseltsev
There is one problem after another... The line I've mentioned earlier https://github.com/sagemath/sagecell/blob/master/js/session.js#L327 saves and shows the default R plots whose names start with Rplot. This causes read only permissions on files via

[sage-support] Re: Plotting with R in A Sage Cell

2017-07-20 Thread Andrey Novoseltsev
- perhaps in addition to "closing" commands I should add commands to initialize a new plot so that it is ready for the next cell if it exists? > > On Thursday, July 20, 2017 at 12:53:35 AM UTC+2, Andrey Novoseltsev wrote: >> >> On Wednesday, 19 July 2017 05:23:00 UTC-6, T

[sage-support] Re: Plotting with R in A Sage Cell

2017-07-19 Thread Andrey Novoseltsev
On Wednesday, 19 July 2017 05:23:00 UTC-6, Thomas Judson wrote: > > The following code works in CoCalc > > cases <- c(36, 531, 4233, 8682, 7164, 2229, 600, 164, 57, 722, 1517, 1828, > 1539, 2416, 3148, 3465, 1440) > deaths <- c(0, 0, 130, 552, 738, 414, 198, 90, 56, 50, 71, 137, 178, 194, > 290,

[sage-support] Fwd: Problem with an integral

2017-04-08 Thread Andrey Novoseltsev
As reported, var('r') assume(r>0) integrate(r * sqrt( (2*r*cos(x)/sqrt(3))^2 + ( 2/3 + 4*r*sin(x)/3 )^2 ), x) gives -1/12*(2*r*x - r*sin(2*x))*r which is indeed incorrect. Is the root cause known? -- Forwarded message -- Dear Mr Andrey Novoseltsev, I am writing

[sage-support] Re: Android app problem

2017-04-03 Thread Andrey Novoseltsev
When I ask on mailing lists to test this app there is usually no response, I am also unclear who is maintaining this project. So I am of the opinion that it should be just removed from the store, but have no idea who can do it. -- You received this message because you are subscribed to the

[sage-support] Re: Inequalities

2017-02-28 Thread Andrey Novoseltsev
No idea, but perhaps sage-support will help! On Tuesday, 28 February 2017 03:39:22 UTC-7, Ingo Dahn wrote: > > solve provides the solution of inequalities as a list of equations and > inequalities. Is there a way to transform this into a simplified union of > open-closed intervals? > For

[sage-support] Re: Can sage's palp decompress these polytopes?

2017-02-07 Thread Andrey Novoseltsev
On Monday, 6 February 2017 14:47:15 UTC-7, Dominique Laurain wrote: > > Summmary of work done for sagemath ... > > > http://rpm.pbone.net/index.php3/stat/4/idpl/34786687/dir/fedora_other/com/sagemath-data-polytopes_db-7.3-6.fc25.noarch.rpm.html > > (maybe more recent updates?) > > I guess pcpa

Re: [sage-cell] Re: [sage-support] Sage Cell Server

2017-01-27 Thread Andrey Novoseltsev
On Friday, 27 January 2017 17:26:13 UTC-7, William Stein wrote: > > Maybe say something about the service we (SageMath, Inc.) does provide > right now? > Great point - SageMath, Inc. actually pays for the current GCE part of sagecell.sagemath.org - apart from the computational machine it hosts

Re: [sage-support] Sage Cell Server

2017-01-27 Thread Andrey Novoseltsev
Hello! Note that we have a dedicated group sage-cell (cc-ed). At the moment we have GCE for Americas and Madrid for everyone else including Europe. There are occasional power problems in the building with the Madrid server which are supposed to go away after this last time, we will see if

[sage-support] Re: Trouble getting implicit_multiplication to work with sagecell.sagemath.org.

2016-11-30 Thread Andrey Novoseltsev
My guess is that this command affects what will be preparsed after its call, while the whole cell is preparsed before executing anything. If you use linked cells and put these commands into separate ones, everything works without errors. I'd claim that this is by design and would not be easy

[sage-support] Re: Issue Displaying 3D Images in SageCell

2016-07-29 Thread Andrey Novoseltsev
On Wednesday, 27 July 2016 18:04:48 UTC-6, Andrey Novoseltsev wrote: > > On Thursday, 14 July 2016 08:41:26 UTC-6, Andrey Novoseltsev wrote: >> >> On Thursday, 14 July 2016 08:30:18 UTC-6, Ingo Dahn wrote: >>> >>> Further Info: I tested it with Chr

[sage-support] Re: Issue Displaying 3D Images in SageCell

2016-07-27 Thread Andrey Novoseltsev
On Thursday, 14 July 2016 08:41:26 UTC-6, Andrey Novoseltsev wrote: > > On Thursday, 14 July 2016 08:30:18 UTC-6, Ingo Dahn wrote: >> >> Further Info: I tested it with Chrome under Win 10 and it doesn't work >> with a local page. The page on the SageCell site IS work

[sage-support] Re: Seaborn in sage

2016-07-24 Thread Andrey Novoseltsev
While it is not included, you can install it yourself via pip (SageMathCell does it): sage -pip install seaborn On Saturday, 23 July 2016 13:17:26 UTC-6, Laurent Decreusefond wrote: > > I recently discovered Seaborn, which is a visualization library on top > of matplotlib. It doesn't seem to

[sage-support] Re: Unpickling problem

2016-07-20 Thread Andrey Novoseltsev
On Saturday, 9 July 2016 01:50:46 UTC-6, Volker Braun wrote: > > > http://doc.sagemath.org/html/en/reference/structure/sage/structure/sage_object.html#sage.structure.sage_object.register_unpickle_override > https://trac.sagemath.org/ticket/21065 makes it clear what old paths had to be fixed

[sage-support] Re: Issue Displaying 3D Images in SageCell

2016-07-14 Thread Andrey Novoseltsev
On Thursday, 14 July 2016 08:30:18 UTC-6, Ingo Dahn wrote: > > Further Info: I tested it with Chrome under Win 10 and it doesn't work > with a local page. The page on the SageCell site IS working. But when I > copy this page to my site and change all relative links to absolute links > pointing

[sage-support] Dedicated group for SageMathCell

2016-07-03 Thread Andrey Novoseltsev
The group https://groups.google.com/forum/#!forum/sage-cell will now be used for important announcements regarding SageMathCell, issue reporting and any other relevant discussions. If you actively use SageMathCell and especially if you maintain web pages with embedded cells, please subscribe

[sage-support] Re: User question about toric varieties

2016-07-01 Thread Andrey Novoseltsev
This is a lng standing bug that nobody cared about enough to fix: https://trac.sagemath.org/ticket/11394 On Friday, 1 July 2016 09:34:02 UTC-6, kcrisman wrote: > > On the sagenb github site (https://github.com/sagemath/sagenb/issues/402): > > > Hi there, > > I tried to verify with Sage that

[sage-support] Re: sagecell.sagemath

2016-06-30 Thread Andrey Novoseltsev
On Thursday, 30 June 2016 02:36:18 UTC-6, Cristina Flaut wrote: > > > Also I can't use > > https://sagecell.sagemath.org/ > > I hit "Evaluate" and nothing. > Please, help! > Thanks! > What code do you try to execute? And on what OS/browser? If the editor window is not functioning, does it help

[sage-support] Re: Coming SageMathCell upgrade - please test!

2016-06-09 Thread Andrey Novoseltsev
This is due to the bug fixed by http://trac.sagemath.org/ticket/20797 Also, I'll try to keep further discussion of SageMathCell at https://groups.google.com/forum/#!forum/sage-cell On Monday, 6 June 2016 02:14:25 UTC-6, Peter Luschny wrote: > >

[sage-support] Re: R and Sage Cells

2016-06-08 Thread Andrey Novoseltsev
On Wednesday, 8 June 2016 14:15:57 UTC-6, Tom Judson wrote: > > If I go to https://sagecell.sagemath.org and use the pull down menu on > the right to set the language to R, everything works. If I try %r, then I > don't get the desired output. > Exactly. There is some wrapper which is applied

[sage-support] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-26 Thread Andrey Novoseltsev
On Thursday, 26 May 2016 10:34:07 UTC-6, kcrisman wrote: > > > http://ask.sagemath.org/question/33555/problem-with-encoding-german-characters/ > > could be related, or so the poster seems to imply - though probably not bad > enough to go back before 7.2. > Thanks a lot for pointing it out -

[sage-support] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-20 Thread Andrey Novoseltsev
OK, I've pressed the button - http://sagecell.sagemath.org is now running the latest version of Sage 7.2, together with a "significantly touched up" version of the SageMathCell code itself. Please report any new (or old) errors that you notice - I will try to fix them tomorrow (Saturday)

[sage-support] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-15 Thread Andrey Novoseltsev
The test server http://cosmos.mat.uam.es:/ is now running 7.2.rc2 with upgraded ipykernel which greatly helped with stability. If no major issues are discovered by the next weekend (which will be long for me and I will have a bit more time), I will roll this version to all public servers and

[sage-support] Re: [sage-notebook] Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-05-01 Thread Andrey Novoseltsev
OK, embedding seems to work for Chrome and Firefox, so reported regressions are fixed. I am planning to switch main servers in 3 weeks. (Probably 7.2 will be out by then, so I'll also see how easy it is to upgrade with the new setup.) -- You received this message because you are subscribed to

[sage-support] Re: [sage-notebook] Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-05-01 Thread Andrey Novoseltsev
when. Instead move the > > window.sagecell = window.sagecell || {}; > sagecell.makeSagecell = function (args, k) { > ... > } > > outside of requirejs to always define the entrypoint into sagecell. > > > On Monday, April 25, 2016 at 3:10:02 AM UTC+2, Andrey Novoseltsev wrote: >

[sage-support] Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-04-24 Thread Andrey Novoseltsev
Update: 1) Chrome does not work because of executing sagecell.makeSagecell(...) before finishes while Firefox waits till the script is processed. The issue goes away if I wrap makeSagecell call in require(...), but I have no idea how to make it work without, which is necessary for supporting old

[sage-support] Re: [sage-devel] Coming SageMathCell upgrade - please test!

2016-04-18 Thread Andrey Novoseltsev
To summarize what was discovered so far: 1) Chrome does not work: I unfortunately tend to forget that different browsers/OS should be tested - I was working on Firefox under Debian, will try to fix is next weekend. Location should not matter when you use the name of the server directly

[sage-support] Coming SageMathCell upgrade - please test!

2016-04-17 Thread Andrey Novoseltsev
Hello and sorry for cross-posting, I'm trying to maximize visibility. After quite a few changes I have a version of SageMathCell running Sage-7.1 and using Jupyter etc. shipped with Sage, rather than a custom old branch of IPython. User-visible changes should be minimal, but there are some for

Re: [sage-support] Re: Sage cell installation ubuntu 14.04

2016-04-13 Thread Andrey Novoseltsev
your account without password (by default) to start worker processes. Needless to say this is NOT how a world available setup should function ;-) > > Ilan > > 2016-04-13 6:00 GMT+03:00 Andrey Novoseltsev <novo...@gmail.com > >: > >> Is it possible to &qu

[sage-support] Re: Integrating Sage cell as a http sever

2016-04-12 Thread Andrey Novoseltsev
It may not be outdated yet, but will be soon (in 1-2 months). For any practical purposes please use develop branch of https://github.com/sagemath/sagecell/tree/develop and celldev branch of https://github.com/novoselt/sage/tree/celldev In particular there will be no more separate shell and iopub

[sage-support] Re: Sage cell installation ubuntu 14.04

2016-04-12 Thread Andrey Novoseltsev
Is it possible to "ssh localhost" under this account? On Tuesday, 12 April 2016 08:52:00 UTC-6, ilan diamond wrote: > > Hello > I have gone through the stages of this sagecell installation. > https://github.com/sagemath/sagecell > I run ubuntu 14.04 > seems like the installation went fine. >

[sage-support] Re: How Does Sage Display Graphical Output?

2016-04-06 Thread Andrey Novoseltsev
If you want to know all details, you best option is figuring it out from the code at github, as there is no real documentation/description. You may start with https://github.com/sagemath/sagecell/blob/master/backend_cell.py Basically, plots are saved as files and these files are embedded into

Re: [sage-support] Re: Problems Running a Local SageCell Server

2016-03-12 Thread Andrey Novoseltsev
ot;production installation". > > On Fri, Mar 11, 2016 at 11:16 AM, Andrey Novoseltsev <novos...@gmail.com> > wrote: >> >> I can't say what is wrong either, but have you checked the browser console >> for any error messages? On a related note I am in the process of upgradin

[sage-support] Re: Problems Running a Local SageCell Server

2016-03-11 Thread Andrey Novoseltsev
I can't say what is wrong either, but have you checked the browser console for any error messages? On a related note I am in the process of upgrading to new IPython/Jupiter (see develop branch on github) which may solve some issues as a side effect (or at least make it more clear what is going

[sage-support] Re: typeset mode in single cell server

2016-03-08 Thread Andrey Novoseltsev
quot; is OK, I was just > hoping that like sagenb and the cloud I could make it the default. > > -- David > > > On Tuesday, March 8, 2016 at 7:06:47 AM UTC-8, kcrisman wrote: >> >> >> >> On Friday, March 4, 2016 at 12:47:43 PM UTC-5, Andrey Novosel

[sage-support] Re: typeset mode in single cell server

2016-03-04 Thread Andrey Novoseltsev
On Thursday, 3 March 2016 15:39:47 UTC-7, kcrisman wrote: > > > Is it possible to turn on typeset mode in the single cell server? >> >> > I guess one can use "show" in some cases... > http://sagecell.sagemath.org/?q=jqrxkt > but I don't think this is configurable by end users, though perhaps it

[sage-support] Re: Issue Displaying 3D Images in SageCell

2016-02-09 Thread Andrey Novoseltsev
On Monday, 8 February 2016 20:09:49 UTC-7, kcrisman wrote: > > > > > I have created html code for a website that has an embedded SageCell >> within it. The code plots a 3D image of two lines obtained from the RK4 >> solution of two differential equations. In SMC, using show(line1+line2) >>

[sage-support] Re: ERR_CONTENT_LENGTH_MISMATCH: SageMathCell Minimum Requirements

2016-01-08 Thread Andrey Novoseltsev
No idea, but the configuration of public servers is mostly public as well at https://github.com/sagemath/sagecell/tree/master/contrib/vm (what is missing are details of handling SSL certificates and some "high level" network adjustments for particular configuration - I highly doubt they can

[sage-support] Re: Sagecell not loading in webpage

2015-12-27 Thread Andrey Novoseltsev
On Wednesday, 23 December 2015 05:59:43 UTC-7, paad.ruslan...@gmail.com wrote: > > *Local files don't work with the public server...* > > *How do you fixed it for your server: https://sagecell.sagemath.org/ > ?* > I tried: > add_header

[sage-support] division by zero bug in EllipticCurve rank()

2015-12-27 Thread Andrey Novoseltsev
A report from Lee Morgenstern using SageMathCell running Sage 6.9.beta6, but the same happens in 6.10: the following code produces NTLError: RR: division by zero m = 239; n = 48 X = 2*m*n; Y = m^2 - n^2; Z = m^2 + n^2 E = EllipticCurve([0, 2*(Z^2-X*Y), 0, (X*Y)^2, 0]) E.rank() The same error

[sage-support] Re: Octave and R plots in sagecell

2015-11-06 Thread Andrey Novoseltsev
On Monday, 26 October 2015 06:13:08 UTC-6, Benedikt Magnússon wrote: > > Hi > > I wish to be able to plot in Octave/R inside a sagecell. > and in Octave you only get a Ascii plot > https://sagecell.sagemath.org/?z=eJwryMkv0Yg21DGM1QQAFu8DVw===octave > I have to say that R documentation is more

Re: [sage-support] Re: Octave and R plots in sagecell

2015-11-06 Thread Andrey Novoseltsev
On Thursday, 5 November 2015 21:16:03 UTC-7, William wrote: > > Thanks -- I've made a ticket: > >https://github.com/sagemathinc/smc/issues/234 > > Where's a link to exactly your code (so I can add it to the SMC ticket)? > Commits linked at github ticket above! > > On Thu, Nov 5, 2015 at

Re: [sage-support] Re: Octave and R plots in sagecell

2015-11-05 Thread Andrey Novoseltsev
OK, here is my take on R plots: http://sagecell.sagemath.org/?z=eJwryMkv0SjKyy_K1TA0MNDU5OUqwBDJKkhN1yjPTCnJsDUGimBTUpCSpoFdAkMkOTGzKD8epCE_LzUtMyfV1s3RJ9iVSN3FZekaIE15ibmptkrOpcUl-bl6QEElrKoB67NCZQ===r SageMathCell now defaults to producing SVG plots in R and displays all automatic plots that

[sage-support] Re: Octave and R plots in sagecell

2015-10-29 Thread Andrey Novoseltsev
On Thursday, 29 October 2015 04:12:36 UTC-6, Benedikt Magnússon wrote: > > Thanks for the replies. > > kcrisman: > I already installed xorg-dev, as sugested at dan-erik's blog. > Using dev.off() gives me "null device 1" > My understanding is that this is normal R output and the plot is

Re: [sage-support] Re: Octave and R plots in sagecell

2015-10-27 Thread Andrey Novoseltsev
On Monday, 26 October 2015 10:27:23 UTC-6, William wrote: > > On Mon, Oct 26, 2015 at 7:39 AM, kcrisman > wrote: > >> > >> > >> I wish to be able to plot in Octave/R inside a sagecell. > >> Therefore, I just set up a sagecell server using the instructions here > >>

[sage-support] Re: Tutorial to setup sage cell server? 2015

2015-10-04 Thread Andrey Novoseltsev
On Sunday, 4 October 2015 03:46:59 UTC-6, Dmitrij Moreinis wrote: > > Hi everyone, I would like to set up a sage cell server. Is there a actual > tutorial? I have have found few, but they are dated back 2013. Or is the > project on hold/ not further developed? > Amazon Web services provides a

[sage-support] Re: read file from embedded sagecell

2015-07-19 Thread Andrey Novoseltsev
On Sunday, 19 July 2015 06:40:51 UTC-6, springfield .gion wrote: Hi! I have a few programs running in embedded sagecells on my homepage; I need to implement some programs that produce output from some files stored in the folder containing all the html. Is there an easy way to do it? thanks

[sage-support] Re: Sagecell not running in moodle pages

2015-07-10 Thread Andrey Novoseltsev
On Friday, 10 July 2015 04:10:04 UTC-6, Modlo Eugene wrote: Hi everyone! Trying to use sagecell in moodle pages. A few month ago everything was fine, but now, after accepting the terms of service i see only rounding circle at right side of cell. Same promblem was in local pages, but now

[sage-support] Re: Sagecell not loading in webpage

2015-06-03 Thread Andrey Novoseltsev
cannot use * when Origin is null, we have to return null instead. Suggestions on a better configuration are welcome, although I'll try to figure it out myself in the near future (maybe this weekend). Best, Andrey Regards, Tobias On Tuesday, 2 June 2015 18:11:54 UTC+2, Andrey

[sage-support] Re: Sagecell not loading in webpage

2015-06-02 Thread Andrey Novoseltsev
On Tuesday, 2 June 2015 07:02:03 UTC-6, Tobias Brenner wrote: Hi Everyone, unfortunately I still have the problem that my sageCell Sheets aren’t working. My browser console says: XMLHttpRequest cannot load http://sagecell.sagemath.org/sockjs/info?t=1433249523462. A wildcard '*' cannot

[sage-support] Re: Why does html with embedded SAGE files work from the internet but not when on my computer?

2015-05-29 Thread Andrey Novoseltsev
On Thursday, 28 May 2015 16:54:53 UTC-6, Martin Flashman wrote: I have tried to run the same files from the internet and from my computer on various browsers using Windows 7 and 8. The internet versions run perfectly. The files from my computer used to work, but now when evaluated the SAGE

[sage-support] Re: Sagecell not loading in webpage

2015-05-15 Thread Andrey Novoseltsev
On Tuesday, 12 May 2015 08:39:40 UTC-6, springfield .gion wrote: Sure! I did not modify in any way the pages, and they just stopped loading about 3 days ago. Here is one of them: http://poisson.dm.unipi.it/~celoria/grid_drawing.html Your server appears to be down, but can you please check

Re: [sage-support] Re: Sagecell not loading in webpage

2015-05-12 Thread Andrey Novoseltsev
I don't control the entry point for Germany, but ccing Sven Köppel who administers it. Hopefully we can resolve it in a day or so. Andrey On Tuesday, 12 May 2015 16:12:53 UTC-6, William wrote: On Tue, May 12, 2015 at 1:31 PM, Volker Braun vbrau...@gmail.com javascript: wrote: Does it

[sage-support] Re: memory leak when building sage-6.6.rc0

2015-05-04 Thread Andrey Novoseltsev
Cython was using too much memory, should be fixed in recent beta. On Monday, 4 May 2015 07:14:18 UTC-6, 94n...@gmail.com wrote: I can only agree with the original posting: Sage-6.6 release on gentoo requires more than 1.5GB for compiling, on a 2GB computer about half a GB is needed for

[sage-support] Re: possible fallout of rich output

2015-04-24 Thread Andrey Novoseltsev
On Thursday, 23 April 2015 19:36:23 UTC-6, kcrisman wrote: Nothing changed with HTML output so far, if its broken then that is because the current behavior . I've opened http://trac.sagemath.org/ticket/18292 Thanks. This did work previously, as Andrey points out on the ticket, though

[sage-support] Re: Manually Moving Worksheets

2015-02-19 Thread Andrey Novoseltsev
On Thursday, 19 February 2015 12:17:24 UTC-7, kcrisman wrote: f.write(old_heading + g.read()) exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 5454: ordinal not in range(128) Any help would be appreciated. I would recommend looking at

[sage-support] Re: Manually Moving Worksheets

2015-02-12 Thread Andrey Novoseltsev
On Wednesday, 11 February 2015 13:26:26 UTC-7, Luis Finotti wrote: Dear all, After some problems with an older computer, I'm trying to move its worksheets to a new one. (Both running Linux.) The problem is that I cannot download the worksheets via Sage: when I try I can select the

Re: [sage-support] 3d plotting does not work on sage cell server

2015-02-02 Thread Andrey Novoseltsev
On Monday, 2 February 2015 08:15:12 UTC-7, kcrisman wrote: threejs(A+B) This does require WebGL enabled, I *think* (not 100% sure). It does not - will use (slow) canvas instead. I'm making progress with JSmol, hopefully in a week or so we will have Sage 6.5 with working 3D on

[sage-support] Re: Sage Notebook for input forms

2014-12-23 Thread Andrey Novoseltsev
On Saturday, 20 December 2014 20:06:15 UTC-7, kcrisman wrote: I would like to create different calculations where the normal user only sees input fields for the variables to define and a calculate button. After clicking on it, the result values as well as some visualizations should be

[sage-support] Re: Arbitrary precision linear programming

2014-10-23 Thread Andrey Novoseltsev
On Wednesday, 22 October 2014 21:38:39 UTC-6, Mike wrote: I'd like to be able to do linear programming to arbitrary precision. The documentation that I've found claims that both the glpk and PPL solvers should do this, but I haven't been able to get either to work. As an example, the

Re: [sage-support] QEPCAD in sagecell

2014-10-09 Thread Andrey Novoseltsev
On Thursday, 9 October 2014 03:45:40 UTC-6, kcrisman wrote: Nevertheless, it seems that QEPCAD is not anymore installed/working. Try http://sagecell.sagemath.org/?q=xlgebu That's a pity. I was using it [1], but I didn't find the time to learn how to fix (and update) the broken [2]

[sage-support] Re: sagecell permalink down?

2014-09-22 Thread Andrey Novoseltsev
Thanks for reporting it, should be fixed now! On Mon, Sep 22, 2014 at 12:27 PM, kcrisman kcris...@gmail.com wrote: On Monday, September 22, 2014 2:07:49 PM UTC-4, A. Jorge Garcia wrote: I've been using http://sagecell.sagemath.org a lot in class lately. We had a problem today. When we

[sage-support] Re: Connection beetwen sage and notebook/sagemathcloud

2014-03-17 Thread Andrey Novoseltsev
Is it at all possible to hook into (I)Python to catch traceback and replace it with a translation? Such an approach would work with all frontends including SMC. There can be a problem with error messages that are constructed from pieces, but, of course, even partial translation is better than

Re: [sage-support] LDAP (again...) on version 5.10.

2013-07-07 Thread Andrey Novoseltsev
On Friday, 5 July 2013 14:53:49 UTC-6, Patrick ABOU BAKAR wrote: Run this before the easy_install: apt-get install python-dev libldap2-dev libsasl2-dev libssl-dev This worked, thank you! -- You received this message because you are subscribed to the Google Groups sage-support group. To

[sage-support] Re: LDAP (again...) on version 5.10.

2013-07-05 Thread Andrey Novoseltsev
On Friday, 5 July 2013 04:58:11 UTC-6, Dima Pasechnik wrote: (pyhton)-openssl, it seems, is necessary to make easy_install working. I have installed optional packages openssl and pyopenssl and now I am getting this: (sage-sh) novoselt@sage:~$ easy_install python-ldap Searching for

Re: [sage-support] Re: LDAP (again...) on version 5.10.

2013-07-04 Thread Andrey Novoseltsev
On Thursday, 4 July 2013 01:53:36 UTC-6, jori.ma...@uta.fi wrote: (And for others reading this thread: first say ./sage -sh and then to prompt just easy_install python-ldap.) For me this gives Searching for python-ldap Reading http://pypi.python.org/simple/python-ldap/ Download error:

[sage-support] Re: Cannot sign out

2011-07-14 Thread Andrey Novoseltsev
. On Jul 13, 7:36 am, Andrey Novoseltsev novos...@gmail.com wrote: Hello, I have the following problem on my machine: - connect to a new secure Sage notebook - log in - log out - log in - now it is not possible to log out, I am just thrown to the home page (and it does work, i.e. I still have

[sage-support] Cannot sign out

2011-07-13 Thread Andrey Novoseltsev
Hello, I have the following problem on my machine: - connect to a new secure Sage notebook - log in - log out - log in - now it is not possible to log out, I am just thrown to the home page (and it does work, i.e. I still have access to all the worksheets). Clearing the history of the browser

[sage-support] Re: Cannot sign out

2011-07-13 Thread Andrey Novoseltsev
P.S. I tried removing the cookie of the notebook site - this disconnects me from the notebook server, but after the first login I cannot logout anymore. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

[sage-support] Re: Need help in starting a sage server

2009-12-30 Thread Andrey Novoseltsev
I am having the same issue with Ubuntu 9.10 64-bit running in a VirtualBox. I've tried installing some packages (although not all) appearing in the package manager for openssl, but nothing has changed. Andrey On Nov 12, 12:53 am, William Stein wst...@gmail.com wrote: On Wed, Nov 11, 2009 at

[sage-support] Re: Need help in starting a sage server

2009-12-30 Thread Andrey Novoseltsev
After reading the whole topic, doing find / in another terminal window helped indeed, in a few minutes everything was working (before I was waiting for several hours). Andrey On Dec 30, 8:08 pm, Andrey Novoseltsev novos...@gmail.com wrote: I am having the same issue with Ubuntu 9.10 64-bit

[sage-support] Automatic coercion between polynomial rings

2009-10-07 Thread Andrey Novoseltsev
Is the following behaviour a bug or an intended one? sage: R1 = PolynomialRing(QQ, x, y) sage: R2 = PolynomialRing(QQ, y, x) sage: R3 = PolynomialRing(QQ, a1, a2) sage: R1.inject_variables() Defining x, y sage: print R1(R3(R2(x))), R1(R3(R2(y))) y x Personally I don't think that R3 has any

[sage-support] Re: What is the difference between double and single quotes?

2009-02-03 Thread Andrey Novoseltsev
On Feb 3, 12:36 pm, Carl Witty carl.wi...@gmail.com wrote: On Feb 2, 10:38 pm, Andrey Novoseltsev novos...@gmail.com wrote: Hello, I was sure there is no difference in Python and Sage. However, when I try to return I_0 in _latex_ function of my class, it typesets as I_0, because

[sage-support] What is the difference between double and single quotes?

2009-02-02 Thread Andrey Novoseltsev
Hello, I was sure there is no difference in Python and Sage. However, when I try to return I_0 in _latex_ function of my class, it typesets as I_0, because somehow it gets wrapped into \text{I\_0}. When I change the return value to 'I_0' everything works as expected. Why is it so and are there

[sage-support] Re: Maple in Sage on Mac

2009-01-16 Thread Andrey Novoseltsev
This is a known bug: http://trac.sagemath.org/sage_trac/ticket/2120 I hope it gets looked at again at Sage Days next week (which is a week of developers fixing bugs). I will be really glad if this happens! Andrey --~--~-~--~~~---~--~~ To post to this

[sage-support] Re: Normalizing symbolic polynomial

2008-07-19 Thread Andrey Novoseltsev
On Jul 19, 7:35 am, William Stein [EMAIL PROTECTED] wrote: sage: f.coeffs(t) [[1, -2], [sqrt(a), 1]] Notice the -2, which gives the degree. Thank you, that's exactly what I wanted! Andrey --~--~-~--~~~---~--~~ To post to this group, send email to

[sage-support] Fractional powers for polynomial variables

2008-07-18 Thread Andrey Novoseltsev
Hello, I need to substitute some variable in a polynomial ring with a fractional power of another one. I know that the result still will be a polynomial, however I have discovered the following behaviour (v. 3.0.5 on sage.math): sage: pr = PolynomialRing(QQ, u,v) sage: pr.injvar() Defining u, v

[sage-support] Normalizing symbolic polynomial

2008-07-18 Thread Andrey Novoseltsev
Hello, I have a symbolic expression which is a polynomial in t and t^(-1). I want to multiply it by some power of t so that it is a polynomial of t. How can I determine this power? Coefficients are some symbolic expressions in other variables, e.g. sqrt(a)*t+1/t^2. Thank you, Andrey

[sage-support] Mixing polynomial rings

2008-06-03 Thread Andrey Novoseltsev
Hello, What is wrong with the code below and how to fix it? I have a function that produces a polynomial in t. Then I want to plug in u/v in another function. The code works if I replace QQ by ZZ at least for the first ring, but rationals seem to be much faster. Thank you! Andrey Rt.t =

[sage-support] Time limit for computation

2008-05-26 Thread Andrey Novoseltsev
Is there any way to automatically terminate the current computation if it takes longer than given amount of time (say, a minute)? I want it to be inside a loop that will stop some iterations and continue, if they are taking too long. Thank you, Andrey

[sage-support] Re: Time limit for computation

2008-05-26 Thread Andrey Novoseltsev
Thank you, that's exactly what I need! Andrey On May 26, 4:46 pm, William Stein [EMAIL PROTECTED] wrote: On Mon, May 26, 2008 at 4:38 PM, Andrey Novoseltsev [EMAIL PROTECTED] wrote: Is there any way to automatically terminate the current computation if it takes longer than given amount