List of Jupyter Lab extensions and my personal (subjective) assesment of their readiness
| Name | Functionality | Readiness | Link |
|---|---|---|---|
| JupyterLab git | GUI for git | Ready to use | https://github.com/jupyterlab/jupyterlab-git |
| SoS | Polyglot notebooks with interop | Ready to use | https://github.com/vatlab/jupyterlab-sos |
| JupyterLab Commenting | Commenting on Notebook cells and lines in files | Prototype | https://github.com/jupyterlab/jupyterlab-commenting |
| Collapsable Headings | Hierarchical organization of Notebook content based on Markdown Headings | Ready to use | https://github.com/aquirdTurtle/Collapsible_Headings |
| Jupyterlab Python File | Launcher button to create a Python files (also useful prototype for other types of files) | Ready to use | https://github.com/jtpio/jupyterlab-python-file |
| Jupyter Conda | Manage Conda environments, install/delete packages from GUI | Alpha | https://github.com/fcollonval/jupyter_conda |
| JupyterLab File Tree | New pane with tree view of filesystem | Beta | https://github.com/youngthejames/jupyterlab_filetree |
| JupyterLab Go To Definition | Go to variable or function definition from Notebook | Beta | https://github.com/krassowski/jupyterlab-go-to-definition |
| JupyterLab Spreadsheet | Open XLS, XLSX Spreadsheets and CSV files | Beta | https://github.com/quigleyj97/jupyterlab-spreadsheet |
| itkwidgets | Interactive Jupyter widgets to visualize images, point sets, and meshes in 2D and 3D | Ready to use | https://github.com/InsightSoftwareConsortium/itk-jupyter-widgets |
| Jupyterlab Bokeh | Bokeh Support | Beta | https://github.com/bokeh/jupyterlab_bokeh |
| Quick Open | Search | Ready to use | https://github.com/parente/jupyterlab-quickopen |