Jupyter-PowerShell icon indicating copy to clipboard operation
Jupyter-PowerShell copied to clipboard

Jupyter Kernel for PowerShell

Results 13 Jupyter-PowerShell issues
Sort by recently updated
recently updated
newest added

Hi @Jaykul! 👋 I spotted a couple of typos while reading the docs. Here is a tiny PR to fix them if you wish. 🙂

```PowerShell # List available modules, specifically, we're looking for Npgsql driver loaded. Get-Module -ListAvailable ``` Directory: /usr/src/jupyter-powershell/Modules ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Manifest 1.1.0.0 Microsoft.PowerShell.Archive {Compress-Archive, Expand-Archive}...

I cannot seem to get the is to work in the jupyterhub setup. I have installed everything correct but receive a consisted traceback error. this is the error I receive...

When I run Show-Command to get all the syntax for a command in the CLI it pops up a window and when I'm done filling it in and click "Run"...

Just a quick question. If I run this via docker, I wouldn't be able to access the host file system, right? At least not without mounting volumes? I think I...

The version here is pretty outdated: https://github.com/Jaykul/Jupyter-PowerShell/blob/master/Source/PowerShell-Kernel/PowerShell-Kernel.csproj#L54 6.0 isn't in support anymore. I'd be cool to have the versions updated so folks can use the latest version with Azure Data...

Can we add git on that container, or share sudo pwd? https://hub.docker.com/r/jaykul/powershell

Given that the chocolatey package isn't working I tried to manually do what the package does and I now have a directory "C:\ProgramData\chocolatey\lib\jupyter-powershell\PowerShell-Core" that contains all the files that are...

Following the installation instructions for installing via chocolatey, I ran into a problem: ``` Chocolatey v0.10.10 Installing the following packages: jupyter-powershell By installing you accept licenses for the packages. jupyter-powershell...

enhancement
choco install

Neither, for that matter does anything else which needs to prompt for input. To get this working I need to write a proper "Host" so it's not the highest priority....

bug
help wanted