Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ You can currently install this directly from git:
```
pip install git+https://github.com/sat28/githubcommit.git
jupyter serverextension enable --py githubcommit
jupyter nbextension install --py githubcommit
jupyter nbextension install --py githubcommit --user
```

To enable this extension for all notebooks:

```
jupyter nbextension enable --py githubcommit
jupyter nbextension enable githubcommit --user --py
```

## Steps
Expand Down