Skip to content

Commit a01c987

Browse files
committed
remove vim jlab extension from postBuild and update readme
1 parent 04c1aa9 commit a01c987

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,14 @@ git config --global user.name "John Doe"
5656
git config --global user.email [email protected]
5757
```
5858

59-
To avoid doing this every time you use Binder, include your username and email in the [git_setup.sh](git_setup.sh) file.
59+
To avoid doing this every time you use Binder, include your username and email in the [git_setup.sh](git_setup.sh) file, which will be run via [postBuild](postBuild) immediately after building the Binder instance.
6060

61-
Every time you need to update your remote repo, run the following commands:
61+
62+
Every time you need to update the version of the [final-project.ipynb](final-project.ipynb) in your remote repo, run the following commands:
6263

6364
```sh
6465
git add final-project.ipynb
65-
git commit -m "commit message"
66+
git commit -m "Update final-project.ipynb"
6667
git push
6768
```
6869

postBuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
jupyter labextension install jupyterlab_vim
43
jupyter labextension install @jupyterlab/git
54
jupyter serverextension enable --py jupyterlab_git
65
./git_setup.sh

0 commit comments

Comments
 (0)