-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Description
There is new functionality around restarting kernels in Jupyter 4.1 (http://blog.jupyter.org/2016/01/08/notebook-4-1-release/#restartkernelandrunall). This isn't working cleanly with IfSharp.
- Start a new kernel
- Write some F# code
- Trigger a restart
- (nothing apparently happens… wait a few seconds)
- Jupyter detects dead kernel and offers to restart
- Actually restarts
- Write some more F# code
This isn't a fatal problem but it's very irritating in practice.