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環境を構築できる。
Author And Source
この問題について(Dockerを利用してjupyterにhaskellを構築した), 我々は、より多くの情報をここで見つけました https://qiita.com/iiynuu_jp102/items/cde1d0947a9824093804著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .