I have been working with Jupyter notebooks in a directory inside of my dropbox. (This work is actually in IHaskell, but I am not sure if this is relevant.)
The folder got too big for dropbox, and so I moved it out. After that, I can't get the kernel to start on any notebooks. It dies and dies.
It seems that moving the folder that contained IHaskell has messed up my installation.
Do I have to re-install everything, or is there a fix?
If the
IHaskellkernel keeps dying, I would follow the suggestion mentioned on the IHaskell Troubleshooting guide (last paragraph of the homepage), especially the "kernel keeps dying" paragraph:If this is your case, I would:
Verify that the
haskellkernel is availableVerify that the
ghcversion is matchingIf the versions mismatch
I would keep the
lts-A.Bconsistent:To choose the
lts-A.B/ghc-X.Y.Zcombinations right for you, you can simply use https://www.stackage.org/lts-A.BToday, for instance, you can simply use the
lts-11.4