fsprojects / IfSharp

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

Fslab helpers (#156) #163

Closed jancura closed 6 years ago

jancura commented 6 years ago

A script that sets up the FsLab environment in IfSharp notebook. Currently, it does not load FSharp.Charting, as I could not make a conditional load based on OS platform (It seems that this is only possible by directly executing the part of the script using IfSharp.Kernel)

cgravill commented 6 years ago

Looks like a great start! I'll merge it like this just might need to adjust on discussion with FsLab folks.