On Mon, Jul 6, 2009 at 10:43 AM, Ondrej Certik<[email protected]> wrote: > On Mon, Jul 6, 2009 at 7:45 AM, Jason Grout<[email protected]> > wrote: >> >> Ondrej Certik wrote: >>> Hi, >>> >>> so let's start the notebook as a separate project? I would of course >>> prefer if Mike could do that, but if he's busy, I'll try to at least >>> start it. I think it could be on notebook.sagemath.org. What kind of >>> bugtracker do you prefer to use? >>> >>> Looking at Jaap's playground here: >>> >>> http://nb.femhub.org/home/pub/19/ >>> >>> he discovered, that "%sh" is not working for him. Then there is the >>> bug, that if you publish a worksheet, it says >>> "http://:8000/home/pub/27", then I want to implement Prabhu's idea to >>> automatically show the 3D stuff from mayavi if you have a plugin >>> installed, etc. Lots of little things like this, that I'd much prefer >>> to fix by submitting a patch to the official notebook in Sage (I don't >>> want to rebase my patches to the latest notebook if I just commit it >>> into my very old version of it). >>> >>> Do you prefer it to maintain inside sage (setup_notebook.py is missing >>> in 4.0.1), or outside sage? I would much prefer outside, but if it's >>> too much work on your side, let's do it inside. >>> >>> Ondrej >>> >> >> If you're asking for general opinions, then +1 to splitting it off if >> someone (e.g., you) is willing to do the work and if it is just as easy >> to test, debug, contribute code to, etc.
Ok, excellent. So the code is here: http://github.com/certik/spd_notebook there are 2 branches, master is the same as Sage (I think 3.4.2) and "spd" are my modifications to make it run with SPD and also to fix some small bugs. Those can be viewed here: http://github.com/certik/spd_notebook/commits/spd/ I'll create a simple webpage for it soon and host it on github for the time being. Later on it could be hosted on notebook.sagemath.org (maybe it's too long). Next steps are to see how it can be easily used back in Sage, which is I guess mainly the job of the Sage release manager -- is it William now, or someone else? I'd like to discuss it with him, so that I make things easy for him, so that we can have just one sources for the notebook, and not two, like it is now. Also I guess he would like to maintain it in mercurial, not git. :) I have no problems with that. >> >> Do you already have a standalone package from your small distribution >> you were working on? > > Yes, but it's about 2 or 3 months old Sage notebook, so it doesn't > have any changes to it if there were any made. Ondrej --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
