Jon Sequeira

Results 700 comments of Jon Sequeira

`Out-GridView` launches an external window so it won't work but give this should: ```console $processes = Get-Process $processes | Select Name, Id | Out-Default ```

@daxian-dbw Any insights here? > In fact the PowerShell (Jupyter kernel) does allow you to use Out-GridView in the way I want. @claudio-salvio Can you point me to this kernel...

Thanks, Dongbo! Is there an alternative approach you can think of that would work for this? Is there a module that could be loaded at runtime that might enable this?

I agree that this kind of interactivity is important. We'd like to support it in a way that's truly cross-platform so that notebooks can be shared across operating systems as...

A code sample or other repro would be helpful.

This seems related to #2024, which suggests a different approach to smoothing this workflow. Is it clear that doing both would be useful? Going out of alphabetical order would be...

Is there a most-recently used experience available for this quick pick?

That often makes sense when different users are doing different things.

You'll also need to run `npm i` as indicated in the developer guide. Turns out this is needed regardless of whether you're planning to build the VS Code extension. We'll...