Browse Source

Add link to graph.

Ian Rose 7 years ago
parent
commit
925ee75fbc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/extensions_dev.md

+ 4 - 0
docs/extensions_dev.md

@@ -35,6 +35,10 @@ The default plugins in the JupyterLab application include:
 - [Console](https://github.com/jupyterlab/jupyterlab/blob/master/packages/console-extension/src/index.ts) - Adds the ability to launch Jupyter Console instances for
 interactive kernel console sessions.
 
+A dependency graph for the core JupyterLab plugins
+(along with links to their source) is shown here:
+![dependencies](dependency-graph.svg)
+
 ## Application Object
 The JupyterLab Application object is given to each plugin in
 its `activate()` function.  The Application object has a: