Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 384 Bytes

File metadata and controls

18 lines (15 loc) · 384 Bytes

cpp-jupyter

为C++语言初学者,制作的jupyter-notebook,可以交互式地学习和实验各种c语言的知识 理论上C语言也可以用

build with docker

docker build -t cpp-jupyter .

run with docker local build

docker run -p 8080:8888 cpp-jupyter

run with dockerhub image

docker run -p 8080:8888 luckymark/cpp-jupyter