[sage-support] uploaded ipynb file not accessible

2017-05-03 Thread Jim Mooney
I uploaded an ipynb file to the localhost browser, assuming I could use it as a normal notebook, but it's just in a box, highlighted and I can't open or do anything with it. When I reloaded the browser it disappeared. What am I missing? -- You received this message because you are subscribed t

[sage-support] Sage says pdflatex it not on my path when it definitely is

2017-05-03 Thread Jim Mooney
When I try to download a Sage file as pdf from the localhost browser I get "nbconvert failed: pdflatex not found on PATH" Yet it is on the path. I installed full LaTex and a CMD check of the path says it is there, at "C:\texlive\2016\bin\win32" I even checked the folder and pdflatex.exe is def

[sage-support] Re: vars() gives me an error message

2017-05-03 Thread Jim Mooney
On Wednesday, May 3, 2017 at 5:43:05 PM UTC-7, Jim Mooney wrote: > > I just wanted my own variables so this works. (I modified something I > found on the web to delete all other values: > > G = globals() > for k in G: > if type(G[k]) == sage.symbolic.expression.Expression: > if G[k]

[sage-support] Re: vars() gives me an error message

2017-05-03 Thread Jim Mooney
I just wanted my own variables so this works. (I modified something I found on the web to delete all other values: G = globals() for k in G: if type(G[k]) == sage.symbolic.expression.Expression: if G[k] not in [golden_ratio, NaN, I, log2,pi,catalan,euler_gamma,twinprime, khinchin, gl

[sage-support] Re: vars() gives me an error message

2017-05-03 Thread John H Palmieri
See #22941 for a separate approach (independent of #22933, each ticket fixes a different problem). John On Tuesday, May 2, 2017 at 2:33:27 PM UTC-7, Dima Pasechnik wrote: > > this is now #22933, ready for review. > > Note that it's not a complete fix; > > sage: vars() > > still fails > > sag

[sage-support] Re: A possible slight addition to symbolic sum operations

2017-05-03 Thread Emmanuel Charpentier
See sage-devel for a better proposal. -- Emmanuel Charpentier Le mercredi 26 avril 2017 08:35:30 UTC+2, Emmanuel Charpentier a écrit : > > Sage can (awkwardly) do some simplifications of symbolic sums. For example > > sage: var("j

Re: [sage-support] Re: sage k3d

2017-05-03 Thread Henri Girard
Very strange the hooper-flatsurf_demo.ipynb works in sagemath (after installing it with sage -python setup.py install) but I can't install it this way because each time it says sources must be install with pip and it can't ! Le 03/05/2017 à 11:52, Dima Pasechnik a écrit : do you have k3d in

Re: [sage-support] Re: sage k3d

2017-05-03 Thread Henri Girard
I have installed (I hope properly), if I use binder I can see k3d working. Thanks anyway, It seems to confirm it's in my sage Le 03/05/2017 à 11:52, Dima Pasechnik a écrit : do you have k3d installed? it seems that you need to install it, telling it at the same time that the python it must u

[sage-support] Re: sage k3d

2017-05-03 Thread Dima Pasechnik
do you have k3d installed? it seems that you need to install it, telling it at the same time that the python it must use is Sage's one, I guess it must be done at "sage -sh" prompt. On Wednesday, May 3, 2017 at 9:41:03 AM UTC+1, HG wrote: > > Hi, > > I have read in sagedays74 that we can install

[sage-support] sage k3d

2017-05-03 Thread Henri Girard
Hi, I have read in sagedays74 that we can install k3d "easily" in sage... Well I am a nut because it doesn't work ! Apparently the problem is requirejs, Could not create model: Model name K3DModel Model modulek3d Model module version^2.0.0 Script error for "k3d" http://requirejs.