c kernel
docker pull brendanrius/jupyter-c-kernel
docker run -p 8888:8888 -v E:/research/working/27:/home/jovsan/data brendanrius/jupyter-c-kernel#因為此處jupyter實在/home/jovsan/目錄下運行唇跨,故應(yīng)該將數(shù)據(jù)掛載到該目錄下
Copy the given URL containing the token, and browse to it. For instance:
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/token=66750c80bd0788f6ba15760aadz53beb9a9fb4cf8ac15ce8
fortran kernel
docker pull sourceryinstitute/jupyter-caf-kernel:latest
docker run -i -t -p 8888:8888 -v E:/research/working/27:/data sourceryinstitute/jupyter-caf-kernel:latest
#掛在到/data目錄下
matlab kernel
docker run -it -v E:/research/working/27:/data alpine
中科大docker鏡像源
https://docker.mirrors.ustc.edu.cn
pandas jupyter
docker run -d --name jupyter -p 8888:8888 -v E:/research/working:/opt playniuniu/jupyter-pandas
docker container start containerid # 恢復(fù)已經(jīng)停止的container
run 從鏡像