# Installing jupyterlab-vim

**URL:** https://discourse.julialang.org/t/installing-jupyterlab-vim/46289
**Category:** General Usage
**Created:** [September 8, 2020, 8:04pm UTC](https://discourse.julialang.org/t/installing-jupyterlab-vim/46289 "2020-09-08T20:04:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![rcnlee](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rcnlee/32/4107_2.png) [@rcnlee](https://discourse.julialang.org/u/rcnlee)
#### Post date: [September 8, 2020, 8:04pm UTC](https://discourse.julialang.org/t/installing-jupyterlab-vim/46289/1 "2020-09-08T20:04:29Z")

</div>

Hello!

I am running Jupyterlab from IJulia. I would like to install [jupyterlab-vim](https://github.com/jwkvam/jupyterlab-vim). The instructions say to issue this command `jupyter labextension install jupyterlab_vim`. How do you do this in IJulia or Conda.jl?

Thanks!

---

<div class="post-metadata">

### Author: ![simeonschaub](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/simeonschaub/32/216566_2.png) [@simeonschaub](https://discourse.julialang.org/u/simeonschaub)
#### Post date: [September 8, 2020, 8:38pm UTC](https://discourse.julialang.org/t/installing-jupyterlab-vim/46289/2 "2020-09-08T20:38:07Z")

</div>

The `jupyter` binary should be in `~/.julia/conda/3/bin/`, if you’re on Linux, so `~/.julia/conda/3/bin/jupyter labextension install jupyterlab_vim` should work.

---

<div class="post-metadata">

### Author: ![rcnlee](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rcnlee/32/4107_2.png) [@rcnlee](https://discourse.julialang.org/u/rcnlee)
#### Post date: [September 8, 2020, 10:06pm UTC](https://discourse.julialang.org/t/installing-jupyterlab-vim/46289/3 "2020-09-08T22:06:36Z")

</div>

Thank you so much!
