jupyter_to_medium
jupyter_to_medium copied to clipboard
JupyterLab extension development resources
- https://jupyterlab.readthedocs.io/en/stable/developer/extension_dev.html
- https://jupyterlab.readthedocs.io/en/stable/developer/extension_dev.html#cookiecutters
- "Steps to convert jupyter notebook extension to jupyter lab extension" https://github.com/jupyterlab/jupyterlab/issues/4542
Thank you for the links. It appears that jupyter lab extensions must be written in JavaScript/TypeScript. If so, then it will be a while before I'll get to this as those are far from my expertise. The current extension is essentially all python. I'm happy to get help for this.
From awesome-jupyterlab, I found https://github.com/ryantam626/jupyterlab_code_formatter which has labextension/
and serverextension/
directories for the JS and Python parts of the extension.
https://github.com/mauhai/awesome-jupyterlab
- https://github.com/topics/jupyterlab-extension