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.
MIT License
2.8k stars 371 forks source link

Can I specify the target platform? #3579

Open HotariTobu opened 1 week ago

HotariTobu commented 1 week ago

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?

jonsequitur commented 1 week ago

This is not currently supported.