generated from aicoe-aiops/project-template
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add notebook dependencies in notebooks and overlays matchin notebook …
…kernels and dependencies using jupyterlab-requirements (#68) * Add notebook dependencies and overlays created Signed-off-by: Francesco Murdaca <[email protected]> * Add overlyas Signed-off-by: Francesco Murdaca <[email protected]> * Update .thoth.yaml Signed-off-by: Francesco Murdaca <[email protected]>
- Loading branch information
Francesco Murdaca
authored
Feb 12, 2021
1 parent
6eb1ec1
commit a62242f
Showing
12 changed files
with
2,574 additions
and
91 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
source = [] | ||
|
||
[packages] | ||
boto3 = "*" | ||
matplotlib = "*" | ||
|
||
[dev-packages] | ||
|
||
[requires] | ||
python_version = "3.8" |
Oops, something went wrong.