|
@@ -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:
|
|
|
+
|
|
|
+
|
|
|
## Application Object
|
|
|
The JupyterLab Application object is given to each plugin in
|
|
|
its `activate()` function. The Application object has a:
|