https://github.com/dzsquared/sample-notebooks
https://github.com/dzsquared/sample-notebooks
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzsquared/sample-notebooks
- Owner: dzsquared
- Created: 2020-09-03T17:19:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-30T16:43:43.000Z (over 5 years ago)
- Last Synced: 2025-03-25T19:16:04.645Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 31.3 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Jupyter Book with Remote Book Publish Action
This repository is a sample Jupyter book containing a single notebook with a GitHub action to create a remote book for Azure Data Studio. The workflow is started manually within the GitHub web interface.
## Details of the GitHub Action
Found in the repository .github/workflows folder, the [manual.yml](.github/workflows/manual.yml) file contains the definition of the workflow. This file can be copied into any GitHub repository and used to create other remote Jupyter books.
### Manual Workflow
The action is manually triggered by navigating to [Actions](../actions), selecting "Manual workflow" from the list of workflows on the left, and clicking the "Run workflow" button that appears on the right.
This will reveal a dialog box requesting the following information:
- directory: Jupyter Book to Release (defaults to whole repository)
- releasename: Release name
- bookname: Book name
- versionnumber: Version number
- languageid: Language id
## Layout of the Sample Jupyter Book
- _data/toc.yml
- content
- _config.yml
- README.md
- SampleNotebook.ipynb