This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* source bashrc in entrypoint * submit jobs request propagate returned error messages * get request response json * catch nonzero exit subprocess on git status if not register code not in repo * typo * catch subprocess nonzero exit in defaultvalues handler * report no git repo error to user * don't convert inputs to lower case * register algo config req params check for none * register commit check for r and matlab file exts * update architecture docs for submit jobs, add for dps info * add toastify error on register responses * toastify error for other submit jobs requests * dependency * copy bashrc to bash_profile in entrypoint * add toastify error for default vals in register * testing register result * more register toastify errors Co-authored-by: echyam <[email protected]>
- Loading branch information
1 parent
9485be4
commit f85ed63
Showing
9 changed files
with
111 additions
and
71 deletions.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## DPS Info Extension Documentation & Architecture | ||
### Architecture | ||
<img alt="architecture diagram" src="dps_info_architecture.png" width="350"> | ||
|
||
#### sourcefiles | ||
- index.ts: instantiate & export jupyter extensions | ||
- activate.ts: contains all extension activate functions | ||
- panel.ts: contains skeleton code for a basic side panel in jupyter lab, wth a commented-out example activate function (extension must be instantiated and exported as well) | ||
- jobinfo.ts: 1) creates a widget for listing DPS jobs associated with the user in table; 2) creates a main area jupyter widget for easy UI in listing, describing, and executing algorithms; (1) and (2) are NOT synchronized; the table in (1) is organized as: | ||
|
||
| Job Id | Status | Algorithm | | ||
| ------ | ------ | --------- | | ||
|
||
- funcs.ts: common functions across classes & API calls in jobinfo.ts | ||
- request.ts: class and functions utility for making http requests and reading their responses |
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
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
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.