Skip to content
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

Review and updates to NCI dask examples #1

Merged
merged 33 commits into from
Jan 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
98a34e8
Add gitignore and a README. Readme copied from previous repo, will up…
hot007 Jan 5, 2021
a587106
Update gitignore, README.
hot007 Jan 5, 2021
c2bf032
Remove temp dask file mydask.png
hot007 Jan 5, 2021
79e7baa
Rename Dask_03 and Dask_12 to fix typos
hot007 Jan 5, 2021
54d5d57
Updates to Dask_01, minor typos, add handling for graphviz on local P…
hot007 Jan 5, 2021
309edda
Delete temp/checkpoint files
hot007 Jan 5, 2021
390c84e
Remove extraneous pdf graphs
hot007 Jan 5, 2021
4f4f324
Dask_02 update: use ACCESS-CM2 data, work on local fs (Gadi) or remote.
Jan 6, 2021
bdb7f9a
ISSUE: Dask_04 this notebook cannot be run by anyone who is not a mem…
hot007 Jan 6, 2021
891156d
Update README
hot007 Jan 6, 2021
7bb7a9e
Remove typo filename
hot007 Jan 6, 2021
d26c8c0
Dask_05 update: change dataframe variable name to ddf to avoid confus…
Jan 6, 2021
e6c3dcb
Dask_06 update: correct spelling of scheduler, minor edits, change va…
hot007 Jan 6, 2021
09f1730
ISSUES: Dask_07 1. data for this notebook should be made available in…
hot007 Jan 6, 2021
14c9dd5
Remove and ignore scheduler.json from the repo.
hot007 Jan 6, 2021
d7f891c
Update README
hot007 Jan 6, 2021
7d377b4
Dask_08 improvements - add options for NCI or remote access, include …
Jan 7, 2021
454d4cc
Merge branch 'main' of https://github.com/hot007/examples-dask into main
Jan 7, 2021
ba21b4c
Update README
hot007 Jan 7, 2021
f61b623
Merge branch 'main' of https://github.com/hot007/examples-dask
hot007 Jan 7, 2021
580561d
Issues: Dask_09 1. clean up error outputs; 2. why did we use 2 of the…
hot007 Jan 7, 2021
691d347
Dask_10 update minor edits. ISSUE: address python error outputs; rota…
hot007 Jan 7, 2021
351b6aa
Update Dask_11 - minor edits
hot007 Jan 7, 2021
2ffb532
Dask_12 update: minor edits; please address python errors/warnings, a…
hot007 Jan 7, 2021
9b86286
Dask_13 update: Minor edits; can we make this data available in the r…
hot007 Jan 7, 2021
14ed381
Dask_14 update - minor edits; include random.h5py in a data dir in th…
hot007 Jan 7, 2021
6b9c58b
Dask_15 update - minor edits.
hot007 Jan 7, 2021
d963021
Update Dask_16 - minor edits. Suggest making the input data available…
hot007 Jan 8, 2021
dcd6b91
Update Dask_17 - minor edits.
hot007 Jan 8, 2021
57b920b
gitignore: clean up and ignore extra files in the repo
hot007 Jan 8, 2021
6677801
Add LICENSE.md file - licence CC-BY-SA inherited from dask examples.
hot007 Jan 8, 2021
664cb04
Update README
hot007 Jan 8, 2021
0aa302e
Update dask_02: forgot to fix sentence introducing dataset
hot007 Jan 13, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
**/.DS_Store
.DS_Store
.ipynb_checkpoints
dask-worker-space
.vscode
mydask.png
dataframe_graph.pdf
graph.pdf
scheduler.json
dask-report.html
profile.html
task-stream.html
dask-profile.html
myfile.html
705 changes: 0 additions & 705 deletions .ipynb_checkpoints/Dask_01_basics-checkpoint.ipynb

This file was deleted.

5,648 changes: 0 additions & 5,648 deletions .ipynb_checkpoints/Dask_02_data_chunks_CMIP6-checkpoint.ipynb

This file was deleted.

Loading