Cookie Consent by Free Privacy Policy Generator ๐Ÿ“Œ Announcing .NET Interactive – Try .NET includes .NET Notebooks and more

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Announcing .NET Interactive – Try .NET includes .NET Notebooks and more


๐Ÿ’ก Newskategorie: Programmierung
๐Ÿ”— Quelle: feeds.hanselman.com

At Microsoft Ignite 2019, we were happy to announce that the "Try .NET global tool" added support for C# and F# Jupyter notebooks. Last week, the same team that brought you .NET Notebooks announced Preview 2 of the .NET Notebook.

Name Change - .NET interactive

As the scenarios for what was "Try .NET" continued to grow, the team wanted to a name that encompassed all the experiences they have as well as all the experiences they will have in the future. What was the Try .NET family of projects is now .NET interactive.

The F# community has enjoyed F# in Juypter Notebooks from years with the pioneering functional work of Rick Minerich, Colin Gravill and many other contributors! .NET Interactive is a family of tools and kernels that offer support across a variety of experiences as a 1st party Microsoft-supported offering.

.NET interactive is a group of CLI (command line interface) tools and APIs that enable users to create interactive experiences across the web, markdown, and notebooks.

.NET Interactive APIs and Tools

Here is what the command line looks like using the dotnet CLI.

  • dotnet interactive global tool:
  • dotnet try global tool:
    • Used for workshops and offline documentation. Interactive markdown with a backing project. I wrote about this in May 2019.
  • trydotnet.js API
    • Currently, only used internally at Microsoft, this API is used on the .NET page and C# documentation. Maybe one day I can use it on my blog? And yours?

Installing .NET Interactive

You can start playing with it today, locally or in the cloud! Seriously. Just click and start using it.

Before you install the .NET interactive global tool, please make sure you have the following:

> jupyter kernelspec list
  python3        ~jupyterkernelspython3
  • Open Windows terminal and install the dotnet interactive global tool:
> dotnet tool install --global Microsoft.dotnet-interactive
  • Switch back to Anaconda prompt and install the .NET kernel. To be clear, here we are using the dotnet CLI to let the Jupyter CLI know that we exist!
> dotnet interactive jupyter install
[InstallKernelSpec] Installed kernelspec .net-csharp in ~jupyterkernels.net-csharp
.NET kernel installation succeeded
[InstallKernelSpec] Installed kernelspec .net-fsharp in ~jupyterkernels.net-fsharp
.NET kernel installation succeeded
[InstallKernelSpec] Installed kernelspec .net-powershell in ~jupyterkernels.net-powershell
.NET kernel installation succeeded
  • While still in Anaconda prompt, verify that .NET kernel is installed like this
> jupyter kernelspec list
  .net-csharp     ~jupyterkernels.net-csharp
  .net-fsharp     ~jupyterkernels.net-fsharp
  .net-powershell ~jupyterkernels.net-powershell
  python3         ~jupyterkernelspython3

Now you can just run "jupyter lab" at the command line and you're ready to go!

More Languages - PowerShell

The .NET kernel now comes PowerShell support too! In Preview 2, the .NET interactive team partnered with PowerShell to enable this scenario. You can read more about the announcement of the PowerShell blog.

.NET in Jupyter Notebooks

The .NET interactive team is looking forward to hearing your thoughts. You can talk to them at https://github.com/dotnet/interactive

Multi .NET language Notebooks

I wanted to highlight one of the hidden gems .NET interactive has had since Preview 1 - multi-language notebooks. That means that users can switch languages in a single notebook. Here is an example of a C#, F#, and PowerShell in a single .ipynb file.

Multiple Language Notebooks

Using one of the language magic commands (#!csharp, #!fsharp,#pwsh) tells the .NET Interactive kernel to run the cell in a specific language. To see a complete list of the available magic commands, enter the #!lsmagic command into a new cell and run it.

.NET Code in nteract.io

Additionally, you can now write .NET Code in nteract.io. Nteract is an open-source organization that builds SDKs, applications, and libraries that helps people make the most of interactive notebooks and REPLs. We are excited to have our .NET users take advantage of the rich REPL experience nteract provides, including the nteract desktop app.

Charts and graphs in nteract

To get started with .NET Interactive in nteract please download the nteract desktop app and install the .NET kernels.

Learn More

The team is looking forward to seeing what you build. Moving forward, the team has split dotnet try and dotnet interactive tools into separate repos.

  • For any issues, feature requests, and contributions to .NET Notebooks, please visit the .NET Interactive repo.
  • For any issues, feature requests, and contributions on interactive markdown and trydotnet.js, please visit the Try .NET repo.

Sponsor: Have you tried developing in Rider yet? This fast and feature-rich cross-platform IDE improves your code for .NET, ASP.NET, .NET Core, Xamarin, and Unity applications on Windows, Mac, and Linux.



ยฉ 2019 Scott Hanselman. All rights reserved.
ย ย ย ย ย 
...



๐Ÿ“Œ Announcing .NET Interactive – Try .NET includes .NET Notebooks and more


๐Ÿ“ˆ 97.11 Punkte

๐Ÿ“Œ Introducing the Try .NET Global Tool – interactive in-browser documentation and workshop creator


๐Ÿ“ˆ 51.94 Punkte

๐Ÿ“Œ Create exceptional interactive documentation with Try .NET – The Polly NuGet library did!


๐Ÿ“ˆ 50.15 Punkte

๐Ÿ“Œ TWC9: Christina's Back, VS Code 1.42, .NET Interactive, PowerShell in Jupyter Notebooks and more | This Week On Channel 9


๐Ÿ“ˆ 31.74 Punkte

๐Ÿ“Œ TWC9: Christina's Back, VS Code 1.42, .NET Interactive, PowerShell in Jupyter Notebooks and more


๐Ÿ“ˆ 31.74 Punkte

๐Ÿ“Œ Assert your assumptions – .NET Core and subtle locale issues with WSL’s Ubuntu


๐Ÿ“ˆ 31.63 Punkte

๐Ÿ“Œ Create Interactive .NET Documentation with Try .NET


๐Ÿ“ˆ 30.96 Punkte

๐Ÿ“Œ Create Interactive .NET Documentation with Try .NET


๐Ÿ“ˆ 30.96 Punkte

๐Ÿ“Œ t3n Daily: Adobe & Figma, Ethereum & NFT, Steuer & Homeoffice, KI & Gruselfrau


๐Ÿ“ˆ 28.25 Punkte

๐Ÿ“Œ dotnet new worker – Windows Services or Linux systemd services in .NET Core


๐Ÿ“ˆ 27.48 Punkte

๐Ÿ“Œ Create interactive documentation with the new Try .NET template


๐Ÿ“ˆ 26.81 Punkte

๐Ÿ“Œ How to Use .NET Interactive Jupyter Notebooks in Daily Work-Life | Data Exposed: MVP Edition


๐Ÿ“ˆ 25.2 Punkte

๐Ÿ“Œ How to Use .NET Interactive Jupyter Notebooks in Daily Work-Life | Data Exposed


๐Ÿ“ˆ 25.2 Punkte

๐Ÿ“Œ This changes everything for the DIY Diabetes Community – TidePool partners with Medtronic and Dexcom


๐Ÿ“ˆ 25.13 Punkte

๐Ÿ“Œ Azure HDInsight integration with Data Lake Storage Gen2 preview – ACL and security update


๐Ÿ“ˆ 25.13 Punkte

๐Ÿ“Œ Git is case-sensitive and your filesystem may not be – Weird folder merging on Windows


๐Ÿ“ˆ 25.13 Punkte

๐Ÿ“Œ Windows Terminal 1.0 is coming – Update now and set up your split pane hotkeys!


๐Ÿ“ˆ 25.13 Punkte

๐Ÿ“Œ Focus Home Interactive: Partnerschaft mit Blackbird Interactive soll in neuer IP mรผnden


๐Ÿ“ˆ 24.23 Punkte

๐Ÿ“Œ Focus Home Interactive hat Deck13 Interactive (The Surge) aus Frankfurt รผbernommen


๐Ÿ“ˆ 24.23 Punkte

๐Ÿ“Œ Deck13 Interactive: Focus Home Interactive รผbernimmt das deutsche Studio


๐Ÿ“ˆ 24.23 Punkte

๐Ÿ“Œ Focus Home Interactive โ€“ Publisher รผbernimmt Entwicklerstudio Deck 13 Interactive


๐Ÿ“ˆ 24.23 Punkte

๐Ÿ“Œ Funky takes shell functions to the next level by making them easier to define, more flexible, and more interactive.


๐Ÿ“ˆ 23.38 Punkte

๐Ÿ“Œ Last Call for Librem 5 Dev Kit: order yours before June 1st 2018 – Purism


๐Ÿ“ˆ 23.33 Punkte

๐Ÿ“Œ Azure.Source – Volume 58


๐Ÿ“ˆ 23.33 Punkte

๐Ÿ“Œ Azure.Source – Volume 59


๐Ÿ“ˆ 23.33 Punkte

๐Ÿ“Œ Azure.Source – Volume 60


๐Ÿ“ˆ 23.33 Punkte

๐Ÿ“Œ Azure.Source – Volume 61


๐Ÿ“ˆ 23.33 Punkte

๐Ÿ“Œ Azure Marketplace new offers – Volume 26


๐Ÿ“ˆ 23.33 Punkte

๐Ÿ“Œ Azure Marketplace new offers – Volume 26


๐Ÿ“ˆ 23.33 Punkte

๐Ÿ“Œ Azure.Source – Volume 62


๐Ÿ“ˆ 23.33 Punkte

๐Ÿ“Œ Conversational – AI updates December 2018


๐Ÿ“ˆ 23.33 Punkte











matomo