Colin Gravill
Colin Gravill
@xperiandri dependencies are managed using Paket. There are lots of ways to use it but this will do it https://fsprojects.github.io/Paket/getting-started.html#Installing-dependencies note only the bootstraper is checked in https://fsprojects.github.io/Paket/bootstrapper.html btw we...
I've investigated this more. There are two parts, where the Plotly library is injected, either entirely or via CDN, and then the inject of charts using the library. @DinoV for...
By way of update, the Plotly folks are making improvements to this then hopefully we can get it sorted here.
This probably requires an implementation of #126 for us to support getpass style interactions. It'd be great to cover this approach. The closest approach I've used is storing secrets in...
Ah interesting use case. It's certainly possible to load a separate .fsx, it's just F# Interactive underneath. So you can:  However, in the hosted scenario then Azure Notebooks are...
Interesting, OK so first thing the .NET Core version is still very experimental I've never actually tried using native libraries with it myself. I have been able to do something...
Yes it looks to work fine on Windows with the present version:  macOS I run into issues. This will probably need a volunteer with more experience in debugging macOS...
Another option is the new general .NET Kernel: https://www.hanselman.com/blog/AnnouncingNETJupyterNotebooks.aspx I'm working on this with others there. It doesn't yet have all the features this implementation has but the .NET Core...
This will be incomplete... the big things I'm aware of: In IFSharp but not the .NET Kernel: - Code completion, we're talking about how we might get Monaco in. -...
It's definitely possible to have completion:  At least on Windows the completion key is ``. What platform are you running on?