generated from breatheco-de/jupyter-notebook-template
-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02d7013
commit 2c7bc01
Showing
1 changed file
with
21 additions
and
0 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,21 @@ | ||
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ | ||
tasks: | ||
- init: > | ||
gp open README.md; | ||
pip install -r "requirements.txt"; | ||
command: > | ||
gp open README.md; | ||
pip install -r "requirements.txt"; | ||
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/ | ||
ports: | ||
- port: 9000-9099 | ||
onOpen: ignore | ||
|
||
# Install necessary packages | ||
image: | ||
file: .gitpod.dockerfile | ||
|
||
vscode: | ||
extensions: | ||
- ms-toolsai.jupyter | ||
- vscode.python |