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
IHaskell
kernel 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
haskell
kernel is availableVerify that the
ghc
version is matchingIf the versions mismatch
I would keep the
lts-A.B
consistent:To choose the
lts-A.B
/ghc-X.Y.Z
combinations right for you, you can simply use https://www.stackage.org/lts-A.BToday, for instance, you can simply use the
lts-11.4