This is fantastic!!! I would love to have such a converter when I was teaching, everybody who is still doing it and uses Sage should definitely check it out!
On Monday, 11 January 2021 at 03:52:13 UTC-7 [email protected] wrote: > To provide a way for students to work interactively with Jupyter > notebooks, with a low entry threshold and a user interface that can be > customized with CSS and Javascript, I have implemented the Notebook Player > <https://dahn-research.eu/nbplayer>. > > The Notebook Player reads a Jupyter notebook, converts it into a static > HTML page using the nbviewer <https://github.com/jsvine/nbpreview> software > and replaces the static images of code cells by linked SageCells which can > then be edited and executed by the student. The resulting single html page > can be saved and hosted anywhere without any further installation. > > Besides the *Execute* mode with active SageCells, the static view, as > produced by nbviewer, is retained, as *Read *mode, in the generated html > page. In both modes, code cell input can be hidden on demand. > > Since linked SageCells must be executed one after another, the Notebook > Player approach is suited only for notebooks with not too many code cells. > Large notebooks should be split up, as the Notebook Player provides a > method to transfer intermediate results from one notebook to another. > > Here <https://mathtrek.eu/Release/RisingTemperature.html>is a sample > page as generated by the Notebook Player. > > This is still experimental; suggestions and error reports are welcome. > > > -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/187aa219-4310-4fb4-b8e6-22be280a4467n%40googlegroups.com.
