jupyter_to_medium icon indicating copy to clipboard operation
jupyter_to_medium copied to clipboard

JupyterLab extension development resources

Open westurner opened this issue 4 years ago • 2 comments

  • 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

westurner avatar Aug 30 '20 03:08 westurner

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.

tdpetrou avatar Sep 09 '20 13:09 tdpetrou

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

westurner avatar Sep 09 '20 18:09 westurner