Docker를 사용하여 jupyter에 haskell을 구축했습니다.

PC 사양
・Mac os

로컬 환경에 docker, jupyter notebook 설치
다음 명령 실행
$docker pull gibiansky/ihaskell:latest
$docker run -it --volume $(pwd):/notebooks --publish 8888:8888 gibiansky/ihaskell:latest
$open http://`docker-machine ip default`:8888/
$docker run -it --volume `pwd`:/notebooks --publish 8888:8888 gibiansky/ihaskell:latest

http://localhost:8888/ 
jupyter notebook에서 haskell 환경을 구축할 수 있다.

좋은 웹페이지 즐겨찾기