Skip to content

Instantly share code, notes, and snippets.

@kingsj0405
Last active September 28, 2021 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingsj0405/e36716f5795112886c2fa7ed91331885 to your computer and use it in GitHub Desktop.
Save kingsj0405/e36716f5795112886c2fa7ed91331885 to your computer and use it in GitHub Desktop.
Jupyter Lab Setup from https://kibua20.tistory.com/184
pip install jupyterlab
apt install nodejs -y
apt install npm -y
npm cache clean -f
npm install -g n
n lts
pip install jupyterlab-git
pip install jupyterlab-vim
jupyter labextension install @jupyterlab/toc
jupyter labextension install @krassowski/jupyterlab_go_to_definition
pip install jupyterlab-lsp
jupyter nbconvert --to python [your notebook file name].ipynb
jupyter lab --ip=0.0.0.0 --port=8943 --allow-host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment