https://github.com/lbovet/iihaskell
A customized IHaskell for educational purpose
https://github.com/lbovet/iihaskell
Last synced: about 2 months ago
JSON representation
A customized IHaskell for educational purpose
- Host: GitHub
- URL: https://github.com/lbovet/iihaskell
- Owner: lbovet
- License: mit
- Created: 2017-11-06T21:18:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T22:12:23.000Z (over 7 years ago)
- Last Synced: 2025-01-17T08:12:07.462Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iihaskell
A customized [IHaskell](https://github.com/gibiansky/IHaskell) for educational purpose.
Customizations are:- Prelude is not loaded (NoImplicitPrelude)
- But Num, Types and Classes modules are loaded
- Convenient plotting functions `plot` and `plotr`
- Header is hidden when going fullscreen# Build
```
$ docker build -t iihaskell .
```# Run
```
$ docker run --volume $(pwd):/notebooks --publish 8888:8888 iihaskell
```