ihaskell-notebook
ihaskell-notebook copied to clipboard
Build and use your own package
Would it be possible to copy and build my own project with stack via a Dockerfile and use it in the notebooks, instead of installing the packages from Hackage like the hmatrix example you provided?
Yeah I expect that would work well.
Either use this ihaskell-notebook published image as a BASE_CONTAINER in your Dockerfile, or copy the ihaskell-notebook Dockerfile and make your own changes to it. Then build your Dockerfile.