FSI object not found when running from .NET Interactive notebook
See original GitHub issueIt all works, but I get this message in the output:
--- FsHttp: running in FSI - Try registering printer...
--- FsHttp: FSI object not found.
When I run the same code from FSI it outputs:
--- FsHttp: running in FSI - Try registering printer...
--- FsHttp: Printer successfully registered.
Is this something that can be improved or is it normal behavior ?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
F# notebooks, the `fsi` object settings and the F# scripting ...
This provides the following, however currently the fsi object is not available in the notebook programming model. fsi.
Read more >interactive/docs/FAQ.md at main · dotnet/interactive
It allows you read and write notebook files, run the code in the notebook, and visualize the results. .NET Interactive is a kernel....
Read more >F# Interactive (dotnet) Reference
Learn how F# Interactive (dotnet fsi) is used to run F# code interactively at the console or to execute F# scripts.
Read more >I tried F# seriously for a few days and the tooling was so ...
You can run `dotnet fsi` to enter F# Interactive (FSI), the F# REPL. ... NET SDK, VS Code, and the Polyglot Notebooks extension....
Read more >Is there a way to reduce startup time for 'dotnet fsi'? : r/fsharp
I know you can run a background process of F# and pass commands to it from the editor, ... NET Interactive Notebooks in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The message
is now
Closing this.
I can confirm that - in the latest version of .Net Interactive Notebooks, there seems to be no need for referencing
Microsoft.DotNet.Interactive.AspNetCore
. The message appears - that’s correct.