> Dear All, > > > > I am searching for a documentation regarding the modification of the view > of the sage Notebook. I would like to edit thinks like the headlines, the > Buttons to show, the whole layout… > > > > Is there a part in the official documentation that I was missing? Or are > there any other good tutorials? >
Hi Tobias, No, there is not really any specific documentation other than the code itself, and the now-outdated-but-still-useful http://wiki.sagemath.org/devel/SageNotebook. https://github.com/sagemath/sagenb/ is where all Sage Notebook stuff currently lives. There isn't a 100% MVC distinction implemented, but it is not too horrible, and see http://math1.skku.ac.kr/ and https://farto.eis.uva.es:8080/ for two somewhat customized notebook servers. A lot of the view stuff essentially lives in https://github.com/sagemath/sagenb/tree/master/sagenb/data/sage/html so I recommend poking around in there first. Good luck! You may also be interested in the "newui" branch and the "themes" pull request https://github.com/sagemath/sagenb/pull/136 there. - kcrisman -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
