https://github.com/saagie/jupyter-haskell-notebook
Notebook Haskell Datascience
https://github.com/saagie/jupyter-haskell-notebook
Last synced: 5 months ago
JSON representation
Notebook Haskell Datascience
- Host: GitHub
- URL: https://github.com/saagie/jupyter-haskell-notebook
- Owner: saagie
- Created: 2016-04-04T08:14:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T17:04:14.000Z (over 8 years ago)
- Last Synced: 2025-06-02T16:22:55.876Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jupyter Datascience Notebook for haskell
## Run with :
docker run -p 8888:8888 -v /path/to/data/notebooks/dir:/notebooks-dir saagie/haskell-notebook:latest
## Libraries :
more than 1700 packages are installed, :
https://www.stackage.org/lts-5.0
## Install libraries with :
import System.Cmd
system "stack install libraryName"