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

https://github.com/0ncorhynchus/haskell_seminar


https://github.com/0ncorhynchus/haskell_seminar

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Haskellゼミ用のリポジトリ

ゼミで使う資料とか色々突っ込んでください。

## Jupyter iHaskell

```
./serve -p 80 up
```
で立ち上げることができます。
ポート指定なしだと80番ポートで起動。

落とすときは
```
./serve down
```