Re: [sage-devel] Re: jmol/java on OS X 10.10.2

2015-03-26 Thread Andrey Novoseltsev
On Thursday, 26 March 2015 22:25:12 UTC-6, William wrote: > > On Thu, Mar 26, 2015 at 9:18 PM, Andrey Novoseltsev > wrote: > > On Thursday, 26 March 2015 20:22:29 UTC-6, William wrote: > >> > >> > >> I think THREE.js and webgl have much more potential than the > >> javascript based jmol. > >

Re: [sage-devel] Re: jmol/java on OS X 10.10.2

2015-03-26 Thread William Stein
On Thu, Mar 26, 2015 at 9:18 PM, Andrey Novoseltsev wrote: > On Thursday, 26 March 2015 20:22:29 UTC-6, William wrote: >> >> >> I think THREE.js and webgl have much more potential than the >> javascript based jmol. >> > > Perhaps, but despite of all its issues, JSmol > - works reasonably well on c

Re: [sage-devel] Re: jmol/java on OS X 10.10.2

2015-03-26 Thread Andrey Novoseltsev
On Thursday, 26 March 2015 20:22:29 UTC-6, William wrote: > > > I think THREE.js and webgl have much more potential than the > javascript based jmol. > > Perhaps, but despite of all its issues, JSmol - works reasonably well on computers not supporting webgl (probably not important for those conc

Re: [sage-devel] Re: Sage Notebook shutdown

2015-03-26 Thread William Stein
On Thu, Mar 26, 2015 at 8:30 PM, Jason Grout wrote: > On 3/26/15 22:42, William Stein wrote: >> >> Another offer - I could delay a bit longer if somebody could move sagenb >> to oauth2... > > > FYI, this looks like the migration guide: > https://developers.google.com/accounts/docs/OpenID Thanks.

[sage-devel] Re: Sage Notebook shutdown

2015-03-26 Thread Jason Grout
On 3/26/15 22:42, William Stein wrote: Another offer - I could delay a bit longer if somebody could move sagenb to oauth2... FYI, this looks like the migration guide: https://developers.google.com/accounts/docs/OpenID Thanks, Jason -- You received this message because you are subscribed t

[sage-devel] Re: Sage Notebook shutdown

2015-03-26 Thread William Stein
On Thursday, March 26, 2015, Jason Grout wrote: > On 3/26/15 15:59, kcrisman wrote: > >> > We've posted the following message on the http://sagenb.org site: >> > >> > "This Sage notebook server will be shut down April 17, 2015. >> >> I am very worried about the extremely shor

[sage-devel] Re: Sage Notebook shutdown

2015-03-26 Thread Jason Grout
On 3/26/15 15:59, kcrisman wrote: > We've posted the following message on the http://sagenb.org site: > > "This Sage notebook server will be shut down April 17, 2015. I am very worried about the extremely short notice. Many users will be disappointed to lose their work.

[sage-devel] Re: jmol/java on OS X 10.10.2

2015-03-26 Thread kcrisman
Along these lines, I wish it were possible for Sage to generate a mini-webpage if one asked for it, whose only function is to show a jsmol. http://trac.sagemath.org/ticket/17894 suggests that it's possible in principle, though starting a web server to view 3d graphics seems overkill. But js i

[sage-devel] Re: jmol/java on OS X 10.10.2

2015-03-26 Thread kcrisman
> RuntimeError: jmol cannot run, no suitable java version found >> >> I'm currently running Sage 6.6rc0 and I have double checked that I have >> Java installed. Any ideas for how to get Sage to recognize my Java? >> Thanks in advance for the help! >> > A workaround might be to do it in the n

[sage-devel] Re: jmol/java on OS X 10.10.2

2015-03-26 Thread Nils Bruin
On Thursday, March 26, 2015 at 6:10:06 PM UTC-7, Ben Salisbury wrote: > > > RuntimeError: jmol cannot run, no suitable java version found > > I'm currently running Sage 6.6rc0 and I have double checked that I have > Java installed. Any ideas for how to get Sage to recognize my Java? > Thanks in

[sage-devel] jmol/java on OS X 10.10.2

2015-03-26 Thread Ben Salisbury
Hi, I'm trying to view 3d objects (which I have been able to do in the past), but now I'm receiving the following error. sage: L = RootSystem(['A',3,1]).ambient_space() sage: W = L.weyl_group() sage: L.plot(alcoves=[W.one()], reflection_hyperplanes=False, bounding_box=2 )

Re: [sage-notebook] Re: [sage-devel] Sage Notebook shutdown

2015-03-26 Thread William Stein
On Thu, Mar 26, 2015 at 2:22 PM, kcrisman wrote: > > Related: > > http://ask.sagemath.org/question/26352/uploading-a-zip-file-to-sagemathcloud/ Thanks -- I answered it. We added an integrated click-to-unzip (and untar, by the way) application to SMC, so unzip'ing a file is easy. -- William >

Re: [sage-notebook] Re: [sage-devel] Sage Notebook shutdown

2015-03-26 Thread kcrisman
Related: http://ask.sagemath.org/question/26352/uploading-a-zip-file-to-sagemathcloud/ -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@goo

Re: [sage-notebook] Re: [sage-devel] Sage Notebook shutdown

2015-03-26 Thread William Stein
On Thu, Mar 26, 2015 at 1:23 PM, Andrey Novoseltsev wrote: > On Thursday, 26 March 2015 13:49:50 UTC-6, Nils Bruin wrote: >> >> On Thursday, March 26, 2015 at 12:45:20 PM UTC-7, Christopher Swenson >> wrote: >>> >>> Is there any use case for sagenb.org, or a potential replacement, that >>> isn't c

Re: [sage-devel] Sage Notebook shutdown

2015-03-26 Thread Andrey Novoseltsev
On Thursday, 26 March 2015 13:49:50 UTC-6, Nils Bruin wrote: > > On Thursday, March 26, 2015 at 12:45:20 PM UTC-7, Christopher Swenson > wrote: >> >> Is there any use case for sagenb.org, or a potential replacement, that >> isn't covered by SageMathCloud? >> > A public notebook server gives peopl

Re: [sage-devel] Sage Notebook shutdown

2015-03-26 Thread kcrisman
> Is there any use case for sagenb.org, or a potential replacement, that >> isn't covered by SageMathCloud? >> > A public notebook server gives people an opportunity to try out sage with > exactly the interface they would be able to have with a local install. The > interface provided by SageM

Re: [sage-devel] Sage Notebook shutdown

2015-03-26 Thread kcrisman
> > > We've posted the following message on the http://sagenb.org site: > > > > "This Sage notebook server will be shut down April 17, 2015. > > I am very worried about the extremely short notice. Many users will be > disappointed to lose their work. Why not just keep it running without > s

Re: [sage-devel] Sage Notebook shutdown

2015-03-26 Thread Nils Bruin
On Thursday, March 26, 2015 at 12:45:20 PM UTC-7, Christopher Swenson wrote: > > Is there any use case for sagenb.org, or a potential replacement, that > isn't covered by SageMathCloud? > A public notebook server gives people an opportunity to try out sage with exactly the interface they would be

Re: [sage-devel] Sage Notebook shutdown

2015-03-26 Thread Jeroen Demeyer
On 2015-03-26 20:17, William Stein wrote: Hi Sage Developers, We've posted the following message on the http://sagenb.org site: "This Sage notebook server will be shut down April 17, 2015. I am very worried about the extremely short notice. Many users will be disappointed to lose their wor

Re: [sage-devel] Sage Notebook shutdown

2015-03-26 Thread Christopher Swenson
Is there any use case for sagenb.org, or a potential replacement, that isn't covered by SageMathCloud? --Christopher On Thu, Mar 26, 2015 at 12:17 PM, William Stein wrote: > Hi Sage Developers, > > We've posted the following message on the http://sagenb.org site: > > "This Sage notebook server

[sage-devel] Sage Notebook shutdown

2015-03-26 Thread William Stein
Hi Sage Developers, We've posted the following message on the http://sagenb.org site: "This Sage notebook server will be shut down April 17, 2015. Please download any work you'd like to preserve before then. You can download a zip archive of all of your active worksheets by clicking the "Downloa

Re: [sage-devel] Re: Accessing top-level globals() from Python

2015-03-26 Thread Nils Bruin
On Wednesday, March 25, 2015 at 11:39:22 PM UTC-7, Jeroen Demeyer wrote: > > > In src/setup.py we set Cython.Compiler.Options.old_style_globals = True, > > which causes Cython to fall back to the old behavior. > Yes, that should explain it. Strangely, this "old_style_globals" isn't > documented

[sage-devel] Re: arando patchbot spam

2015-03-26 Thread Ralf Stephan
It shouldn't have tested #7298, #12731 (needs_work), #15951 (closed), nor #11559 (needs_info), at all. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+

Re: [sage-devel] Re: arando patchbot spam

2015-03-26 Thread Dima Pasechnik
On Thursday, 26 March 2015 15:52:42 UTC, Jeroen Demeyer wrote: > > On 2015-03-26 16:21, Dima Pasechnik wrote: > > On 2015-03-25, Frédéric Chapoton > > wrote: > >> Now arando is loop-testing #4120.. > > > > I'll install all the OS updates and reboot it, perhaps it'd help... > > I doubt it is

Re: [sage-devel] Re: arando patchbot spam

2015-03-26 Thread Jeroen Demeyer
On 2015-03-26 16:21, Dima Pasechnik wrote: On 2015-03-25, Frédéric Chapoton wrote: Now arando is loop-testing #4120.. I'll install all the OS updates and reboot it, perhaps it'd help... I doubt it is OS-related... -- You received this message because you are subscribed to the Google Groups

[sage-devel] Re: arando patchbot spam

2015-03-26 Thread Frédéric Chapoton
I would suggest also - installing the brand new patchbot 2.3 - running it on top of sage 6.6.rc0 I am still working on understanding the issue. Le jeudi 26 mars 2015 16:22:06 UTC+1, Dima Pasechnik a écrit : > > On 2015-03-25, Frédéric Chapoton > > wrote: > > Now arando is loop-testing #4120..

[sage-devel] Re: arando patchbot spam

2015-03-26 Thread Dima Pasechnik
On 2015-03-25, Frédéric Chapoton wrote: > Now arando is loop-testing #4120.. I'll install all the OS updates and reboot it, perhaps it'd help... -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving em

[sage-devel] Re: Bazel - Google's build system

2015-03-26 Thread Volker Braun
That is awesome! Bazel does assume that you have a reasonably complete development box, so probably not a good fit for bootstrapping your compiler ;-) On Thursday, March 26, 2015 at 12:08:42 PM UTC+1, Harald Schilly wrote: > > Hi, about a year ago there were discussions about changing how Sage

Re: [sage-devel] Re: (just testing)

2015-03-26 Thread Harald Schilly
On Wednesday, March 25, 2015 at 5:55:09 PM UTC+1, Jeroen Demeyer wrote: > > On 2015-03-25 17:40, Jeroen Demeyer wrote: > > On 2015-03-25 17:35, Volker Braun wrote: > >> seems to work ;-) > > No, Google is blacklisting a specific message (I tried to send it twice > > today, it didn't come thro

[sage-devel] Accessing top-level globals() from Python

2015-03-26 Thread Jeroen Demeyer
Hello, I noticed that globals() does something different in Python and Cython. In Cython, it allows to access the "top-level" globals, e.g. the globals on the IPython command line. This is the reason that sage: _ = var('y') sage: y y works. However, this only works because the var() function

[sage-devel] Accessing top-level globals() from Python

2015-03-26 Thread Jeroen Demeyer
Hello, I noticed that globals() does something different in Python and Cython. In Cython, it allows to access the "top-level" globals, e.g. the globals on the IPython command line. This is the reason that sage: _ = var('y') sage: y y works. However, this only works because the var() function

[sage-devel] Bazel - Google's build system

2015-03-26 Thread Harald Schilly
Hi, about a year ago there were discussions about changing how SageMath is built. Today I read that Google released it's Bazel build system under Apache 2.0. https://github.com/google/bazel/ I'm not a build expert, but maybe this is something to reignite the discussion? ... or maybe not, we m