Skip to content

t985026/finlab2-course

Repository files navigation

finlab2-course

一般啟動

docker run -itd --name finlab2-jupyter -e JUPYTER_ENABLE_LAB=yes -e GRANT_SUDO=yes -p 8888:8888 -v $PWD/python:/home/jovyan/work finlab2-course:latest start-notebook.sh --NotebookApp.ip='*' --NotebookApp.token=''

Docker-compose啟動

Windows用戶請使用Windows版本

git https://github.com/t985026/finlab2-course.git

cd finlab2-course
cp .env.sample .env
docker-compose up -d

# 查看Log
docker-compose logs -f

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published