Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add build tools for Jupyter and .gitignore
- Loading branch information
Timothy Middelkoop
committed
Nov 2, 2021
1 parent
b4b654e
commit ddb1356
Showing
21 changed files
with
94 additions
and
1,562 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,8 @@ | ||
.DS_Store/ | ||
.ipynb_checkpoints/ | ||
/.vscode/ | ||
.venv/ | ||
log/ | ||
data/ | ||
_build/ | ||
local* |
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,6 @@ | ||
{ | ||
"files.watcherExclude": { | ||
"**/.venv/**": true | ||
}, | ||
"python.pythonPath": ".venv/bin/python3" | ||
} |
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 @@ | ||
# Book Build Instructions | ||
|
||
To build the book for local development run | ||
``` | ||
./build-book.sh | ||
``` | ||
|
||
To copy results to the `gh-pages` branch and push run | ||
``` | ||
./push-book.sh | ||
``` | ||
|
||
## GCP | ||
|
||
Using Jupyter launched from a remote Visual Code Studio session inside GCP Cloud-Shell requires some local settings stored in `local.sh`, use the following as a template replacing the project and email with the proper vaules: | ||
``` | ||
gcloud config set account student31@class.internet2.edu | ||
export GOOGLE_CLOUD_PROJECT=just-armor-301114 | ||
export DEVSHELL_PROJECT_ID=$GOOGLE_CLOUD_PROJECT | ||
gcloud config set project $GOOGLE_CLOUD_PROJECT | ||
``` |
Binary file not shown.
43 changes: 0 additions & 43 deletions
43
content/AWS/.ipynb_checkpoints/intro_to_AWS_Essentials-checkpoint.ipynb
This file was deleted.
Oops, something went wrong.
Binary file not shown.
43 changes: 0 additions & 43 deletions
43
content/Azure/.ipynb_checkpoints/intro_to_Azure_Essentials-checkpoint.ipynb
This file was deleted.
Oops, something went wrong.
191 changes: 0 additions & 191 deletions
191
content/GCP/.ipynb_checkpoints/01_intro_to_cloud_console-checkpoint.ipynb
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.