Skip to content

Commit

Permalink
how does it work section README
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Feb 12, 2019
1 parent a04cf85 commit 6ede375
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,12 @@ This repo is **experimental** and meant to demonstrate how the notebook could be
Then run with the default URL set to the notebook tree:
```
jupyter server --default_url="/tree"
```
```

## How does it work?

Here's a short list of what's happening"
* All handlers inherit from the `JupyterExtensionHandler` (i.e. [see here](https://github.com/Zsailer/notebook_server_extension/blob/master/notebook/base/handlers.py))
* `NotebookApp` inherits from `JupyterExtensionApp`.
* `load_jupyter_server_extension` loads config and appends handlers to jupyter server.

0 comments on commit 6ede375

Please sign in to comment.