An open API service indexing awesome lists of open source software.

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

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"