it turned out I was misled previously and unfortunately the notebook
is *not* working in SPD yet. The trick was that I had "sage" in my
search path, and thus the notebook was executing it, instead of SPD.
After I fixed this and lots of other bugs, the javascript is not
working anymore, so the cells are not executing.
This is now:
http://code.google.com/p/spdproject/issues/detail?id=9
I can't figure out now where the problem is. The problem is, that
somehow the browser remembered it, so it was working in one copy of
SPD, then I reinstalled everything from scratch and it stopped
working. So I need to do everything again and carefully check step by
step, that things work.
Ondrej
FWIW, here are my patches to the notebook:
http://github.com/certik/spd_notebook/commits/spd/
but I also tried it without any of those patches and it now doesn't
work either, even though I am pretty sure it was working previously in
the same configuration. I suspect the browser to remember too much (I
do delete all history+cookies between tries), but maybe it's somewhere
else.
Ondrej
Ok, the problem was in missing jquery and other packages. Installation
wiki is fixed now and things work.
Ondrej