I am looking for a webpage or some manner to see a list of the existing extensions for Jupyterlab. I have been manually browsing through the www.npmjs.com with the search keyword @jupyterlab. Any other suggestions?
Thanks
I am looking for a webpage or some manner to see a list of the existing extensions for Jupyterlab. I have been manually browsing through the www.npmjs.com with the search keyword @jupyterlab. Any other suggestions?
Thanks
You can see a list of jupyterlab extensions by browsing the jupyterlab-extension
topic on github (as suggested by the jupyterlab docs):
Found in Jupyterlab tutorial Documentation -> Release 0.1 -> Chapter 2.2 -> Installation extension.
The currently installed extensions can be listed by running
the command: jupyter labextension list
.