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

Remove binder #192

Merged
merged 4 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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