Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 494 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 494 Bytes

Jupyterlab Docker

Docker file for jupyter lab with python 3.6

Run

 bash docker_install.sh # install docker in ubuntu for other platform, skip this and check offical install guide.
 bash start.sh # start with default setting
 OR. 
 FOLDER=<<foldername_to_mount_to_docker(Here:notebooks)>> PASSWORD=<<password_for_lab>> docker-compose up

gist to download and start running

https://gist.github.com/BkrmDahal/dab3d5c5f7527334ded2963a72b7903e

URl

http://localhost:8888