Ubuntu

ubuntu 16.04 jupyterlab 설치

pepega 2021. 10. 21. 17:24
$ pip install jupyterlab

$ jupyter lab --allow-root --ip=0.0.0.0 --no-browser # 현재 디렉토리를 루트로 실행

 

ssh 창을 닫은 이후에도 실행을 하기 위해

백그라운드에서 실행하게 할 것이다.

 

# ctrl + z

$ bg

$ disown

$ exit

localhost:8888 or 아이피:8888

로 접속

이후 key를 입력하라 하는데

command창에 나오는 key를 입력하면 됨

key 입력 후 비밀번호로 바꿀 수 있음

 

출처

https://medium.com/hi-optimus/how-to-install-jupyterlab-0-33-8-on-ubuntu-18-04-lts-afd18b676ca5

 

How to Install: JupyterLab 0.33.8 on Ubuntu 18.04 LTS

JupyterLab is the next-generation user interface for the classic Jupyter Notebook. It offers all the familiar building blocks (notebook…

medium.com

 

'Ubuntu' 카테고리의 다른 글

linux(ubuntu) nvidia 튜닝 ON/OFF  (0) 2021.10.21
linux 압축, 압축 해체, tar, gz, tar.gz  (0) 2021.10.21