Skip to content

Commit

Permalink
Adding remote access with fsspec notebook (#285)
Browse files Browse the repository at this point in the history
* adding remote access with fsspec notebook

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix typo

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update data paths, loca conda env, toc

* remove non-existant link, add sphinx-mermaid

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Scott Henderson <[email protected]>
  • Loading branch information
3 people authored Jul 8, 2024
1 parent 3d07192 commit 8c6f71b
Show file tree
Hide file tree
Showing 8 changed files with 2,794 additions and 1,486 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ sphinx:
# https://github.com/wpilibsuite/sphinxext-rediraffe
- sphinxext.rediraffe
- sphinx_codeautolink
- sphinxcontrib.mermaid

config:
language: en # accessibility
Expand Down
5 changes: 4 additions & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ parts:
- file: intermediate/xarray_and_dask
- file: intermediate/xarray_ecosystem
- file: intermediate/hvplot
- file: intermediate/cmip6-cloud
- file: intermediate/remote_data/index
sections:
- file: intermediate/remote_data/cmip6-cloud.ipynb
- file: intermediate/remote_data/remote-data.ipynb
- file: intermediate/data_cleaning/05.1_intro.md
sections:
- file: intermediate/data_cleaning/05.2_examples.md
Expand Down
Loading

0 comments on commit 8c6f71b

Please sign in to comment.