зеркало из https://github.com/dotnet/interactive.git
README.md
Polyglot Notebooks and .NET Interactive Documentation
FAQ
If you're just starting out here, you might want to start with the FAQ.
Using Polyglot Notebooks
- Use "Magic commands"
- Share values between languages
- Import NuGet packages
- Run code from other notebooks and source files using
#!import
- Get input from the user
- Formatter APIs for .NET
- Language-specific features
- C#
- The C# Script dialect
- PocketView
- F#
- F# Interactive (FSI)
- JavaScript
- PowerShell
- C#
- Work with HTML
- Multi-language notebooks with Jupyter
Technical overview
.NET Interactive Developer Documentation
- Using the .NET Interactive command-line interface
.NET API Guide (TODO)
- Commands and events
- Message protocol (TODO)
- Magic commands
- Kernel APIs
- Variable sharing