This release add a JSME Editor Widget. But only as a dummy widget.
The idea is to demonstrate that the easiest way to add a new Bokeh/ Panel extension is to start as simple as possible. And that is to copy some existing small component, refactor minimally, build and test it works. Then you can start refactoring and extending the component.
![image](https://user-images.githubusercontent.com/42288570/119249505-58d9ef00-bb99-11eb-8cb0-0754ae975e84.png)
You can see how this was implemented in this video https://youtu.be/AA8qIY_zrbA
Supplementary written documentation can be found in
- [Bokeh - Extending Bokeh](https://docs.bokeh.org/en/latest/docs/user_guide/extensions.html)
- [Awesome Panel - Bokeh Extensions](https://awesome-panel.readthedocs.io/en/latest/guides/awesome-panel-extensions-guide/bokeh-extensions.html)