File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ A JupyterLab plugin for version control of Jupyter notebooks. It can,
2020* JupyterLab >= 2.0
2121
2222## Install
23-
23+ #### 1. Install Required Packages
2424``` bash
2525pip install --upgrade jupyterlab_gitplus
2626jupyter labextension install @reviewnb/jupyterlab_gitplus
2727jupyter serverextension enable --py jupyterlab_gitplus
2828```
2929
30- ### Setup GitHub token
31- Here's [ GitHub's guide ] ( https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line ) to generate personal access token. Briefly speaking,
30+ #### 2. Setup GitHub token
31+ Tokens are required to make API calls to GitHub to push commits and create pull requests.
3232
3333- Head over [ developer settings on GitHub] ( https://github.com/settings/tokens ) . Click "Generate New Token".
3434- Select Repo scope. Click "Generate Token". Copy the generated token.
You can’t perform that action at this time.
0 commit comments