Skip to content

Commit

Permalink
Remove binder (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 authored Nov 29, 2022
1 parent 2a62926 commit d53f3dc
Show file tree
Hide file tree
Showing 9 changed files with 139 additions and 114 deletions.
3 changes: 0 additions & 3 deletions binder/postBuild

This file was deleted.

2 changes: 0 additions & 2 deletions binder/requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion binder/runtime.txt

This file was deleted.

7 changes: 1 addition & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,10 @@
{{% set docname = env.doc2path(env.docname, base=False) %}}
.. note::
You can run this notebook interactively: |Binder|, or view & download the original
You can view & download the original notebook
`on GitHub <https://github.com/gjoseph92/stackstac/blob/v{version}/docs/{{{{
"../" + docname if docname.startswith("examples") else docname
}}}}>`_.
.. |Binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/gjoseph92/stackstac/v{version}?urlpath=lab/tree/docs/{{{{
"../" + docname if docname.startswith("examples") else docname
}}}}
"""


Expand Down
13 changes: 7 additions & 6 deletions examples/cluster.ipynb

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions examples/gif.ipynb

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions examples/show.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@
" worker_memory=\"16GiB\",\n",
" package_sync=True,\n",
" backend_options={\"region\": \"us-west-2\"}, # where the data is\n",
" scheduler_port=443, # can remove this when not running on Binder\n",
")\n",
"client = distributed.Client(cluster)\n",
"client"
Expand Down Expand Up @@ -15573,7 +15572,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.9.1 ('stackstac-FdRcOknL-py3.9')",
"language": "python",
"name": "python3"
},
Expand All @@ -15587,7 +15586,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.4"
"version": "3.9.1"
},
"vscode": {
"interpreter": {
"hash": "327a3064184c72cf2315f340faf7cd6d38902e235df73e5f8747aa73527562c0"
}
}
},
"nbformat": 4,
Expand Down
201 changes: 114 additions & 87 deletions pdm.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ viz = [
]

[tool.pdm.dev-dependencies]
binder = [
docs-examples = [
"Bottleneck>=1.3.2",
"coiled>=0.2.50",
"geogif>=0",
Expand Down

0 comments on commit d53f3dc

Please sign in to comment.