psnotebook

0.3.4

PowerShell Notebook is a console host application for PowerShell to bring Jupyter Notebook-like user experience to PowerShell scripting.

For more details, see https://github.com/horker/psnotebook

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name psnotebook

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name psnotebook

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2019 horker. All rights reserved.

Package Details

Author(s)

  • horker

Tags

powershell notebook console host jupytor

Cmdlets

Get-NotebookWindowDispatcher Invoke-WpfAction New-WpfGrid New-WpfImage Out-NotebookInternal Start-Notebook

Dependencies

This module has no dependencies.

Release Notes

v0.3.4
Fix several bugs

v0.3.3
Implement autosave
Implement redirection of stdout and stderr
Fix inserting an unnecessary cell when loading
Fix a timing bug that causes output to wrong cells
Change the UI font size to 11pt

v0.3.2
Several improvements and bug fixes

v0.3.1
Fix scrolling issue

v0.3.0
Add the application icon
Add the Restart/Reload menu items
Get the required .NET Framework down to 4.5.2
Fix the issue the caret is gone out of sight when editing
Other improvements and bug fixes

v0.2.1
Fix IndexOutOfRangeException occurred on loading files

v0.2.0
Adopts AvalonEdit and supports code completion, syntax highlighting and automatic indentation
Sevearl improvements and bug fixes

v0.1.1
Documentation update

v0.1.0
First release

FileList

  • psnotebook.nuspec
  • Horker.Notebook.App.exe
  • Horker.Notebook.App.exe.config
  • Horker.Notebook.App.pdb
  • Horker.Notebook.dll
  • Horker.Notebook.pdb
  • ICSharpCode.AvalonEdit.dll
  • NotebookApp.exe
  • NotebookApp.exe.config
  • NotebookApp.pdb
  • psnotebook.psd1
  • psnotebook.psm1

Version History

Version Downloads Last updated
0.3.4 (current version) 288 10/29/2019
0.3.3 15 10/28/2019
0.3.2 36 10/2/2019
0.3.1 16 9/29/2019
0.3.0 14 9/27/2019
0.2.1 17 9/24/2019
0.2.0 17 9/22/2019
0.1.1 25 8/16/2019
0.1.0 17 8/16/2019
Show more