dotnet / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I specify the target platform?

HotariTobu opened this issue · comments

The package and version I'm asking about:

#!about

.NET Interactive

© 2020 Microsoft Corporation

Version: 1.0.522904+cdfa48b2ea1a27dfe0f545c42a34fd3ec7119074

Library version: 1.0.0-beta.24229.4+cdfa48b2ea1a27dfe0f545c42a34fd3ec7119074

Build date: 2024-06-18T14:05:06.2954464Z

https://github.com/dotnet/interactive

Question

I wanna use a nuget package Microsoft.Azure.Kinect.Sensor in jupyter notebook powered by .NET interactive.

The package requires running on x64 platform.

Can the target platform be configured with magic commands or env vars?

This is not currently supported.