{"id":19809890,"url":"https://github.com/lewagon/intro-to-data-science-env","last_synced_at":"2025-02-28T12:47:47.180Z","repository":{"id":44616963,"uuid":"299305355","full_name":"lewagon/intro-to-data-science-env","owner":"lewagon","description":"Setup environment for Introduction to Data Science challenges","archived":false,"fork":false,"pushed_at":"2023-10-16T13:31:36.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-01-11T06:45:52.123Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lewagon.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":"2020-09-28T12:43:02.000Z","updated_at":"2022-07-01T20:43:24.000Z","dependencies_parsed_at":"2025-01-11T06:44:44.621Z","dependency_job_id":"cfdf799d-3c0e-467f-ba6d-9f84a614a561","html_url":"https://github.com/lewagon/intro-to-data-science-env","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewagon%2Fintro-to-data-science-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewagon%2Fintro-to-data-science-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewagon%2Fintro-to-data-science-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewagon%2Fintro-to-data-science-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lewagon","download_url":"https://codeload.github.com/lewagon/intro-to-data-science-env/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241153205,"owners_count":19918751,"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","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":"2024-11-12T09:18:35.547Z","updated_at":"2025-02-28T12:47:47.140Z","avatar_url":"https://github.com/lewagon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nthis repo is used even though the [challenge repo](https://github.com/lewagon/intro-to-data-science-challenges/pull/8) hosts the requirements intepreted by mybinder to be self contained\n\nsetup environment for the [Introduction to Data Science](https://github.com/lewagon/intro-to-data-science-challenges) challenges\n\nthe challenges are served through [mybinder](https://www.notion.so/lewagon/B2U-Intro-to-Data-Science-f88a9af1afff44109bfd3)\n\n## update package version\n\nupdate the contents of `requirements_raw.txt`, then process `requirements.txt` from a new env:\n\n``` bash\npyenv install 3.7.12\npyenv virtualenv-delete binder\npyenv virtualenv 3.7.12 binder\npyenv local binder\npip install -U pip\nexport REQ_URL=https://raw.githubusercontent.com/lewagon/intro-to-data-science-env/master/requirements_raw.txt\nexport PACKAGES=$(curl -s ${REQ_URL} | tr \"\\\\n\" \" \")\npip install $(echo ${PACKAGES})\npip freeze | grep $(echo ${$(echo ${PACKAGES})/#/-e }) \u003e requirements.txt\n```\n\n## info\n\n`build.log` contains the mybinder image build and container start logs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewagon%2Fintro-to-data-science-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flewagon%2Fintro-to-data-science-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewagon%2Fintro-to-data-science-env/lists"}