Use conda to install jupyterLab

Preface

Just some basic install commands and settings to setup my jupyter lab.

Commands

1
2
3
4
5
6
conda install -c conda-forge jupyter  # the latest version I guess

# https://github.com/jwkvam/jupyterlab-vim
jupyter labextension install jupyterlab_vim # vim support

#

版权声明: 本博客所有文章除特别声明外,均采用CC BY-NC-SA 3.0 CN许可协议。转载请注明出处!