generated from thoth-station/template-project
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the project Meteor-compatible #51
Merged
sesheta
merged 2 commits into
thoth-station:master
from
mayaCostantini:make-project-meteor-compatible
Nov 19, 2021
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
check: [] | ||
check: | ||
- thoth-build | ||
build: | ||
base-image: "quay.io/thoth-station/s2i-elyra-custom-notebook:v0.4.1" | ||
build-source-script: "image:///opt/app-root/builder" | ||
build-stratergy: Source | ||
registry: quay.io | ||
registry-org: thoth-station | ||
registry-project: datasets | ||
registry-secret: thoth-station-thoth-pusher-secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
title: Thoth Datasets | ||
author: Thoth Station, Red Hat Artificial Intelligence Center of Excellence (AICoE) | ||
logo: jupyterbook-images/thoth-station-logo.png | ||
execute: | ||
execute_notebooks: false | ||
|
||
# Only build files specified by the _toc | ||
only_build_toc_files: true | ||
|
||
# Exclude any additional file types being built | ||
exclude_patterns: [.github/*, manifests/*, CHANGELOG.md] | ||
|
||
# Information about where the book exists on the web | ||
repository: | ||
url: https://github.com/thoth-station/datasets # Online location of your book | ||
path_to_book: "" # Optional path to your book, relative to the repository root | ||
branch: master # Which branch of the repository should be used when creating links (optional) | ||
|
||
# Add GitHub buttons to your book | ||
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository | ||
html: | ||
use_issues_button: true | ||
use_repository_button: true | ||
google_analytics_id: "" # A GA id that can be used to track book views. | ||
|
||
# Launch button settings | ||
launch_buttons: | ||
notebook_interface : jupyterlab # The interface interactive links will activate ["classic", "jupyterlab"] | ||
binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org) | ||
jupyterhub_url : https://jupyterhub-opf-jupyterhub.apps.smaug.na.operate-first.cloud/ # The URL of the JupyterHub (e.g., https://datahub.berkeley.edu) | ||
thebe : false # Add a thebe button to pages (requires the repository to run on Binder) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
format: jb-book | ||
root: README | ||
parts: | ||
- caption: Thoth Performance Dataset | ||
chapters: | ||
- file: notebooks/thoth-performance-dataset/README | ||
- file: notebooks/thoth-performance-dataset/AmunInspectionAnalysis2021-02-09 | ||
- file: notebooks/thoth-performance-dataset/PerformanceTensorFlow2.1.0SoftwareStackCombinationsErrors | ||
- file: notebooks/thoth-performance-dataset/PerformanceTensorFlow2.1.0SoftwareStackCombinations | ||
- file: notebooks/thoth-performance-dataset/ThothPerformanceDataset | ||
- caption: Thoth Solver Dataset | ||
chapters: | ||
- file: notebooks/thoth-solver-dataset/README | ||
- file: notebooks/thoth-solver-dataset/link-of-solver-and-invectio | ||
- file: notebooks/thoth-solver-dataset/ThothSolverDataset | ||
- file: notebooks/thoth-solver-dataset/ThothSolverDataset-v2.0 | ||
- caption: Thoth Security Dataset | ||
chapters: | ||
- file: notebooks/thoth-security-dataset/README | ||
- file: notebooks/thoth-security-dataset/ThothSecurityDataset | ||
- caption: Explore template notebooks | ||
chapters: | ||
- file: notebooks/templates/README | ||
- file: notebooks/templates/AdviserFailedRunsAnalysisTemplate | ||
- file: notebooks/templates/AdviserMostRequestedStacks | ||
- file: notebooks/templates/AdviserSuccessfullLatencyAnalysisTemplate | ||
- file: notebooks/templates/AmunInspectionAnalysisTemplate |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Template Notebooks | ||
|
||
The purpose of those templates is to provide users with reusable notebooks that can be customized depending on the analysis period. They can be used by humans or bots to find out about stacks that failed and what inputs were used in those stacks. | ||
|
||
The available template notebooks will allow users to analyze : | ||
- Adviser failed runs | ||
- Adviser most requested stacks | ||
- Adviser successful latency | ||
|
||
And to become more familiar with Amun inspections processes. |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@goern do we have to change this already?