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

Wider output for PowerShell table view

VigilanteWang opened this issue · comments

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