Hello,
I am asking for input about what you’d like to see covered in a tutorial about jupyterlab extension development.
https://jupyterlab.readthedocs.io/en/stable/developer/extension_tutorial.html is great to get started, but after studying it, me personally, I am stuck with every step that goes beyond opening a widget.
My plan is to build something along the lines of https://reactjs.org/tutorial/tutorial.html that shows the main concepts and patterns to use with this framework. Just a few keywords, which I’d like to document for myself and everybody else: toolbars, drag&drop, custom events, modal dialogs, phosphorjs, build process, …
What are the topics that you are struggling with during jupyterlab extension development?
Once I have sufficient input, proving that others than myself are interested in such a tutorial, I’ll setup a scaffold of some more-or-less useful extension that should finally demonstrate solutions to many of our collected problems. If you already have such a demonstration project, please let me know, and we could collaborate, or maybe you have already achieved more than what I plan?