You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.ipynb
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,12 +92,13 @@
92
92
"2. Can now opt out of creating the GUID. \n",
93
93
"3. Will process the `#!about` and `#!Time` magic commands and remove the `#!Pwsh` command.\n",
94
94
"4. When being run from New-PsNotebook, if -IncludeCodeResults was specified results are sent to verbose as well as to the notebook\n",
95
+
"5. Gist doesn't seem to like CR-LF so I replace CR-LF in output text with LF. \n",
95
96
"\n",
96
97
"**Changes to `New-PsNotebook`**\n",
97
98
"1. Relocated template for the empty notebook and now provide a second one for .NET Interactive notebooks. \n",
98
99
"2. Runspace can be provided - remoting FTW! \n",
99
100
"3. Now takes the absence of a notebookname as impying `-AsText`. Previously it loooked like specifying neither would cause the file to be named just \\\".ipynb\\\"\n",
100
-
""
101
+
"4. Added a `PassThru` switch so it can go straight to a gist or whatever. "
101
102
]
102
103
},
103
104
{
@@ -147,7 +148,7 @@
147
148
"cell_type": "markdown",
148
149
"metadata": {},
149
150
"source": [
150
-
"**New-Command `Set-NotebookToPs`**\n",
151
+
"**New-Command `Set-NotebookToPS`**\n",
151
152
"\n",
152
153
"Re-writes the metadata in the IPYNB file. \n",
153
154
"DotNet Interactive likes to create the file specifying the language as C# and then use a magic command to say \"but this cell is PowerShell\"\n",
0 commit comments