Skip to content

Commit 0c49ab6

Browse files
authored
Merge pull request #1 from shihanng/vim
Add jupyterlab_vim
2 parents 06455cc + 52de465 commit 0c49ab6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ RUN gem install iruby --pre
1616
RUN iruby register --force
1717

1818
USER $NB_USER
19+
20+
RUN jupyter labextension install jupyterlab_vim

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ with [iruby](https://github.com/SciRuby/iruby) installed.
1010
This image is built based on the [Jupyter Docker Stacks's cookiecutter](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/stacks.html),
1111
the image is available on [Docker Hub](https://hub.docker.com/r/shihanng/iruby-docker).
1212

13+
## Other features
14+
15+
- [jupyterlab-vim](https://github.com/jwkvam/jupyterlab-vim) is installed.
16+
1317
## Usage
1418

1519
```

0 commit comments

Comments
 (0)