This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Description
Line 143 references mkdir. mkdir is an application in linux, and a function on Windows.
PS /home/corbob/Jupyter-PowerShell> ./Install.ps1 -KernelFolder ~/.jupyter/kernel
/usr/bin/mkdir: invalid option -- 'P'
Try '/usr/bin/mkdir --help' for more information.
Should use New-Item instead of mkdir.