31

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

Simon
  • 1,942
  • 5
  • 18
  • 22

2 Answers2

21

You can see a list of jupyterlab extensions by browsing the jupyterlab-extension topic on github (as suggested by the jupyterlab docs):

https://github.com/topics/jupyterlab-extension

flying sheep
  • 8,475
  • 5
  • 56
  • 73
murison
  • 345
  • 2
  • 5
4

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.

Ratmir Asanov
  • 6,237
  • 5
  • 26
  • 40
shashi
  • 99
  • 1
  • 5
    This returns the list of installed extensions. I think the question is a master list of extensions that are available to install. – birdsarah Jan 06 '18 at 19:51
  • I needed this command to verify INSTALLED extensions for Jupyter Classic Notebook and JupyterLab, and had a very hard time finding it. This is the first place I ran across it. I like the fact that the author give the source. I don't think the author of this answer deserved 4 downvotes, so I am upvoting this. – Rich Lysakowski PhD Mar 19 '20 at 10:15