-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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 freezeon Colab periodically (by using Colab Pro+ feature?). - Make the latest
environment-colab.ymlfrom the 1) and packages listed on existingenvironment-colab.yml. - Make the latest
requirements-colab.txtfrom 1) and 2) . - git add/commit/push 2) and 3) to this repository
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed