Skip to content

Commit

Permalink
Copied comment to Synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinke committed May 10, 2021
1 parent 389e79e commit 840f2a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SetNotebookToPs.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Function Set-NotebookToPS {
<#
.Synopsis
Re-write metadata from a VSCode add-in - C# with PWSH magic commands to server Jupyter style
#>
param (
[Parameter(ValueFromPipeline = $true)]
$Path,
Expand Down

0 comments on commit 840f2a7

Please sign in to comment.