Created
November 20, 2019 17:41
-
-
Save bashkirtsevich/50850723225b3231386de215612b8c50 to your computer and use it in GitHub Desktop.
ihaskell-notebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm \ | |
-p 8888:8888 \ | |
-v $PWD:/home/jovyan/pwd \ | |
--env JUPYTER_ENABLE_LAB=yes \ | |
--env JUPYTER_TOKEN=asd \ | |
--name ihaskell_notebook \ | |
crosscompass/ihaskell-notebook:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment