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
As a data scientist who want to save Colab notebook with reproducable environment, the environment-colab.yml should follow the latest Colab environment. To enable this, the cycle to update environment-colab.yml periodically and automatically is required.
The rough procedures are the following:
Make latest package list by executing pip freeze on Colab periodically (by using Colab Pro+ feature?).
Make the latest environment-colab.yml from the 1) and packages listed on existing environment-colab.yml.
Make the latest requirements-colab.txt from 1) and 2) .
git add/commit/push 2) and 3) to this repository
The text was updated successfully, but these errors were encountered:
As a data scientist who want to save Colab notebook with reproducable environment, the
environment-colab.yml
should follow the latest Colab environment. To enable this, the cycle to updateenvironment-colab.yml
periodically and automatically is required.The rough procedures are the following:
pip freeze
on Colab periodically (by using Colab Pro+ feature?).environment-colab.yml
from the 1) and packages listed on existingenvironment-colab.yml
.requirements-colab.txt
from 1) and 2) .The text was updated successfully, but these errors were encountered: