fsprojects / IfSharp

F# for Jupyter Notebooks
Other
441 stars 71 forks source link

When using #N preprocessor the cells execution does not finish #161

Closed frelon closed 6 years ago

frelon commented 6 years ago

Description

It's just a small side note, but when using the #N preprocessor the cell status will show as running instead of an error/ok status

Repro steps

Please provide the steps required to reproduce the problem

Add a cell with #n "FsLab" and execute it

Expected behavior

End execution as error or ok?

Actual behavior

Shows running status [*]

Known workarounds

Restarting the kernel removes the status

Related information

cgravill commented 6 years ago

Fixed by @frelon on #164 thanks!