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 374 forks source link

Wider output for PowerShell table view #3504

Open VigilanteWang opened 3 months ago

VigilanteWang commented 3 months ago

The package and version I'm asking about: Version: 1.0.516401

Question

How to set the width of output for table view?

Example: When running in the notebook(ipynb), the max width seems to be fixed. No matter how I tweak the format-table, it still the same. I guess it's something related with default notebook renderer, anyone know how to modify the width? image

While in regular powershell windows, the can be changed with the window size image