William Scaff
William Scaff
Minimal example: http://kodegarden.org/#5ffd9ffaa10a5fcd964f05f290619487f46207eb
I'm testing cesiumpy both in Jupyter notebook and in html mode. It works as expected in Jupyter notebook after installing ipywidgets (pip install ipywidgets). In html, however, the viewer loads...
A dependency of WillNotebook, dill, have incompatibility issues with Python 3.8. For now, a workaround is to use the older Python 3.7 untill this issue is fixed.
Implement TODO with links and marks in the left side pannel
Implement the authors cell for the article templates and reports.
Create a debug method instead of printing variables. Print can cause encoding problems and corrupt generated documents.
This is a feature of the navigation pannel described in issue #19. This can facilitate the selection of whole chapters of sections.
Implement selection, copy and paste of cells. This requires an implementation of a clipboard in the server to properly handle the commands of the notebook.