added VAP quicklook notebooks, added entry point to _toc.yml, setup _… #100
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Background: ENG0004668
As discussed in ENG0004668, this PR contains:
f"{JUPYTERHUB_URL}hub/user-redirect/git-pull?repo={quote(GITHUB_REPO_URL)}&urlpath={ds_nb_path}&branch={github_branch_name}"
, whereJUPYTERHUB_URL = "https://jupyterhub.arm.gov/"
GITHUB_REPO_URL = "https://github.com/ARM-Development/ARM-Notebooks"
ds_nb_path = quote(f"{jupyterhub_notebook_path}/{k.upper()}/{ds_name}.ipynb")
, wherejupyterhub_notebook_path = r"lab/tree/ARM-Notebooks/../user-data-home/ARM-Notebooks/VAPs/quicklook" # where the notebooks locate
github_branch_name = "main"
exclude_patterns: ["VAPs/quicklook/*"]
to "_config.yml" to avoid including 200 plus ipynb files into html build._build/
in ".gitignore"Render result screenshot