File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
2527pip install --upgrade jupyterlab_gitplus
2628jupyter labextension install @reviewnb/jupyterlab_gitplus
2729jupyter 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.
You can’t perform that action at this time.
0 commit comments