How to run Haskell in interactive mode ghci Use :l filename.hs or :load to load a hashkell file Use :r or :reload to reload the file Haskell with Jupyter https://github.com/IHaskell/IHaskell stack exec jupyter -- notebook conda activate && stack exec jupyter -- lab