Skip to content

Commit 8ed1fbe

Browse files
committed
Pulling in remote
2 parents 3530952 + a798e66 commit 8ed1fbe

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,20 @@ A JupyterLab plugin for version control of Jupyter notebooks. It can,
1717

1818
## Requirements
1919

20-
* JupyterLab >= 2.0
20+
* JupyterLab 2.x & 3.x
2121

22-
## Install
22+
If you're on a Windows machine, please upgrade to JupyterLab 3.x as this extension might have some problems with JupyterLab 2.x on Windows.
2323

24+
## Install
25+
#### 1. Install Required Packages
2426
```bash
2527
pip install --upgrade jupyterlab_gitplus
2628
jupyter labextension install @reviewnb/jupyterlab_gitplus
2729
jupyter serverextension enable --py jupyterlab_gitplus
2830
```
2931

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,
32+
#### 2. Setup GitHub token
33+
Tokens are required to make API calls to GitHub to push commits and create pull requests.
3234

3335
- Head over [developer settings on GitHub](https://github.com/settings/tokens). Click "Generate New Token".
3436
- Select Repo scope. Click "Generate Token". Copy the generated token.

0 commit comments

Comments
 (0)