Ask Your Question

jvkersch's profile - activity

2020-04-19 00:45:39 +0100 received badge  Notable Question (source)
2019-01-08 19:30:28 +0100 received badge  Famous Question (source)
2013-12-16 21:56:11 +0100 received badge  Popular Question (source)
2013-12-12 22:59:06 +0100 received badge  Notable Question (source)
2013-03-05 14:43:39 +0100 received badge  Taxonomist
2012-02-19 07:52:54 +0100 received badge  Popular Question (source)
2011-12-21 12:08:26 +0100 commented answer use a colormap for implicit_plot3d

Great, thanks! I was sort of hoping that you had implemented this for your Hopf fibration video :)

2011-12-20 17:16:04 +0100 commented answer use a colormap for implicit_plot3d

Niles, did you ever get this to work? I need exactly the same functionality, but for parametric_plot3d, maybe you can open a ticket for this?

2011-01-20 10:51:17 +0100 commented answer Using Interactive commands in notebook when not logged in

Thanks Mike! Even at the expense of increased load, I think this would be a good thing to have. I've been passing links to Sage notebooks to sceptical colleagues so that they could experience first-hand the awesomeness of Sage, but this is somewhat hampered by the fact that people first have to create a login...

2011-01-16 17:08:21 +0100 marked best answer Using Interactive commands in notebook when not logged in

Allowing non-logged in users to use interacts is currently something that's not supported. There's a trac ticket up at #7908 which would allow for this. Also, there's some work being done to make the notebook more scalable to enable the server better cope with the increased load caused by allowing this.

2011-01-16 17:08:21 +0100 received badge  Scholar (source)
2011-01-16 08:55:41 +0100 asked a question Using Interactive commands in notebook when not logged in

Recently I put together a worksheet with some interactive elements, which I then uploaded to the sagenb.org server for the world's enjoyment. However, the interactive elements (sliders, plots) are only visible when the user is logged in. For users who are just browsing, only the code is visible.

Did I miss a setting somewhere to allow even users who are just browsing to play with the worksheet? Or is this part of the design of sagenb?

The worksheet is up at http://www.sagenb.org/home/pub/2630/. Thanks!

2010-12-29 00:22:54 +0100 commented answer Writing portable Sage module

Cool; I didn't think about the fact that non-standard extensions aren't readily accessible from within the notebook.

2010-12-24 12:13:58 +0100 received badge  Good Question (source)
2010-12-14 11:32:21 +0100 commented answer Writing portable Sage module

This seems doable too -- my code is valid Python. Are there any "sage eggs" that I could take apart to see how its done and where the relevant files end up?

2010-12-14 11:29:35 +0100 commented answer Writing portable Sage module

I agree that this would be a good idea. It doesn't seem as if the optional packages are reviewed, so that's a good point. I unpacked some of the packages, and it looks like something I could put together.

2010-12-13 08:51:14 +0100 received badge  Nice Question (source)
2010-12-13 08:22:12 +0100 received badge  Student (source)
2010-12-12 22:43:36 +0100 asked a question Writing portable Sage module

I've been working on a bit of code that is of interest to a bunch of people but far too specific to even be considered for inclusion in Sage. Is it possible to package my code as an spkg, put the binary on a server somewhere, and then have interested parties install it by typing ./sage -t url-to-package? Or should I just stick to distributing my .sage files as tarball?

Sorry if this is already in the developer manual! However, when I checked, most of the instructions dealt with preparing an spkg and submitting it to the trac server, which is not what I want to do.

2010-11-15 15:27:03 +0100 received badge  Supporter