Skip to content

lewagon/intro-to-data-science-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

65ae06c · Oct 10, 2023

History

30 Commits
Oct 10, 2023
Oct 10, 2023
May 25, 2023
Oct 10, 2023
Oct 11, 2021
Dec 8, 2021
Dec 8, 2021
Oct 10, 2023
Oct 10, 2023
Oct 10, 2023
Nov 23, 2020

Repository files navigation

setup environment for the Introduction to Data Science challenges

the challenges are served through mybinder

entry point: https://mybinder.org/v2/gh/lewagon/intro-to-data-science-challenges/master

update package version

update the contents of requirements_raw.txt, then process requirements.txt from a new env:

pyenv install 3.10.13
pyenv virtualenv-delete binder
pyenv virtualenv 3.10.13 binder
pyenv local binder
pip install -U pip
export REQ_URL=https://raw.githubusercontent.com/lewagon/intro-to-data-science-env/master/requirements_raw.txt
export PACKAGES=$(curl -s ${REQ_URL} | tr "\\n" " ")
pip install $(echo ${PACKAGES})
pip freeze | grep $(echo ${$(echo ${PACKAGES})/#/-e }) > requirements.txt

info

build.log contains the mybinder image build and container start logs

About

Introduction to Data Science Challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published