We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4e6c4 commit bbd9ce8Copy full SHA for bbd9ce8
README.md
@@ -73,23 +73,24 @@ Shortcuts this extension introduces:
73
| Ctrl-Y | Move Cells Up |
74
| Z, Z | Center Cell |
75
76
-## Prerequisites
+## Install
77
+### Prerequisites
78
79
* JupyterLab
80
-## Install
81
+### Install or upgrade
82
83
```bash
84
jupyter labextension install jupyterlab_vim
85
```
86
-## Uninstall
87
+### Uninstall
88
89
90
jupyter labextension uninstall jupyterlab_vim
91
92
-## Development
93
+### Development
94
95
For a development install (requires npm version 4 or later), do the following in the repository directory:
96
0 commit comments