I managed to install IHaskell as a Jupyter Kernel, but when I try to run it, I get the following error:
ihaskell:
Ran commands:
ghc-pkg check
which ghc-pkg
Exception: user error (shelly did not find ghc-pkg in the PATH
which is perhaps to be expected since I don't have a global ghc install, but only through stack.
Is there a workaround?