337 Forks
2458 Stars
2458 Watchers

interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.

How to download and setup interactive

Open terminal and run command
git clone https://github.com/dotnet/interactive.git
git clone is used to create a copy or clone of interactive repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with interactive https://github.com/dotnet/interactive/archive/master.zip

Or simply clone interactive with SSH
[email protected]:dotnet/interactive.git

If you have some problems with interactive

You may open issue on interactive support forum (system) here: https://github.com/dotnet/interactive/issues