mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-3092] Add documentation how to enabled GitHubNotebookRepo
This commit is contained in:
parent
81969e123a
commit
0174bbdbf9
1 changed files with 9 additions and 0 deletions
|
|
@ -393,4 +393,13 @@ To enable GitHub tracking, uncomment the following properties in `zeppelin-site.
|
|||
</property>
|
||||
```
|
||||
|
||||
And set the `zeppelin.notebook.storage` propery to `org.apache.zeppelin.notebook.repo.GitHubNotebookRepo`
|
||||
|
||||
```sh
|
||||
<property>
|
||||
<name>zeppelin.notebook.storage</name>
|
||||
<value>org.apache.zeppelin.notebook.repo.GitHubNotebookRepo</value>
|
||||
</property>
|
||||
```
|
||||
|
||||
The access token could be obtained by following the steps on this link https://github.com/settings/tokens.
|
||||
Loading…
Reference in a new issue