Is there a list of all available extensions for Jupyterlab?

Viewed 21097

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

2 Answers

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.

Related