https://github.com/sassdawe/powershell-notebook-action
Run PowerShell Notebooks as Action
https://github.com/sassdawe/powershell-notebook-action
github-action jupyter-notebook powershell powershell-notebook
Last synced: 11 months ago
JSON representation
Run PowerShell Notebooks as Action
- Host: GitHub
- URL: https://github.com/sassdawe/powershell-notebook-action
- Owner: sassdawe
- License: mit
- Created: 2024-06-19T19:15:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T20:38:13.000Z (over 1 year ago)
- Last Synced: 2025-03-09T19:38:39.392Z (12 months ago)
- Topics: github-action, jupyter-notebook, powershell, powershell-notebook
- Language: PowerShell
- Homepage:
- Size: 33.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# powershell-notebook-action
Run PowerShell Notebooks as Action
This Action was created to enable easy execution of jupyter notebooks as part of our CI/CD workflows
## Inputs
### NotebookPath
**Required** Path of the notebook to be executed
## Outputs
There is no output for this action.
## Example usage
```yaml
name: PowerShell Notebook Action
uses: sassdawe/powershell-notebook-action@v1
id: InvokeNotebook
with:
NotebookPath: '.\testnotebook.ipynb'
```