{"id":24484305,"url":"https://github.com/evanli/run-jupyter","last_synced_at":"2026-07-19T06:32:32.587Z","repository":{"id":119525758,"uuid":"180775185","full_name":"EvanLi/run-jupyter","owner":"EvanLi","description":"Use Binder to Write and Run Your Jupyter Notebook","archived":false,"fork":false,"pushed_at":"2021-03-26T03:34:04.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-13T20:33:43.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mybinder.org/v2/gh/EvanLi/run-jupyter/master","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EvanLi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-11T11:10:17.000Z","updated_at":"2023-06-09T13:36:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"e61f5af4-0c6c-4b2c-a06f-dd1d47087986","html_url":"https://github.com/EvanLi/run-jupyter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EvanLi/run-jupyter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanLi%2Frun-jupyter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanLi%2Frun-jupyter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanLi%2Frun-jupyter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanLi%2Frun-jupyter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvanLi","download_url":"https://codeload.github.com/EvanLi/run-jupyter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanLi%2Frun-jupyter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016924,"owners_count":26085908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-21T13:14:18.297Z","updated_at":"2025-10-13T20:33:44.329Z","avatar_url":"https://github.com/EvanLi.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Use Binder to Write and Run Your Jupyter Notebook\n\nBinder is a tool that lets other people easily launch an interactive copy of your Jupyter notebooks. \n\n- [Binder Homepage](https://mybinder.org/)\n\n- [Binder Documentation](https://mybinder.readthedocs.io/en/latest/)\n\n\n## Conda environment with environment.yml\n\n[![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/EvanLi/run-jupyter/master/?filepath=example.ipynb)\n\nA Binder-compatible repo with an `environment.yml` file.\n\nAccess this Binder at the following URL:\n\nhttps://mybinder.org/v2/gh/EvanLi/run-jupyter/master\n\nAccess the example.ipynb file at the following URL:\n\nhttps://mybinder.org/v2/gh/EvanLi/run-jupyter/master/?filepath=example.ipynb\n\n## Notes\nThe `environment.yml` file should list all Python libraries on which your notebooks\ndepend, specified as though they were created using the following `conda` commands:\n\n```\nsource activate example-environment\nconda env export --no-builds -f environment.yml\n```\n\nNote that the only libraries available to you will be the ones specified in\nthe `environment.yml`, so be sure to include everything that you need! \n\nAlso note that conda will possibly try to include OS-specific packages in `environment.yml`, so you\nmay have to manually prune `environment.yml` to get rid of these packages. Confirmed Mac-OSX-specific\npackages that should be removed are:\n\n* libcxxabi=4.0.1\n* appnope=0.1.0\n* libgfortran=3.0.1\n* libcxx=4.0.1\n\n## Packages already installed:\n\n```\ndependencies:\n  - beautifulsoup4\n  - bokeh\n  - catboost\n  - dask\n  - dill\n  - eli5\n  - lxml\n  - matplotlib\n  - numpy\n  - pandas\n  - partd\n  - psutil\n  - requests\n  - scikit-learn\n  - scipy\n  - seaborn\n  - toolz\n```\n\nYou can use this command in jupyter notebook to install the packages in requirements.txt:\n\n```\n!pip install -r requirements.txt\n```\n\nOr just install what you need:\n\n```\n!pip install package_name\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanli%2Frun-jupyter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanli%2Frun-jupyter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanli%2Frun-jupyter/lists"}