You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.
Awesome notebook @lm2612! This is a great example and is easily accessible as this GitHub repo. However you could make it even more accessible by hosting the notebook on Binder (specifically Pangeo Binder). This allows users to click a link which will open up the notebook with a live Python kernel in the browser (running in the cloud, in this case Google Cloud Platform). Essentially all you need to do is include an environment.yaml in the repo which Binder will create a conda environment from to run the notebook in (see https://mybinder.readthedocs.io/en/latest/sample_repos.html#conda-environment-with-environment-yml)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Awesome notebook @lm2612! This is a great example and is easily accessible as this GitHub repo. However you could make it even more accessible by hosting the notebook on Binder (specifically Pangeo Binder). This allows users to click a link which will open up the notebook with a live Python kernel in the browser (running in the cloud, in this case Google Cloud Platform). Essentially all you need to do is include an
environment.yaml
in the repo which Binder will create aconda
environment from to run the notebook in (see https://mybinder.readthedocs.io/en/latest/sample_repos.html#conda-environment-with-environment-yml)The text was updated successfully, but these errors were encountered: