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
Expose the environment version that a Notebook runs in in the metadata.
Motivation
I'm trying to pull, edit, and push other user's Kaggle notebooks using the CLI (essentially, I'm trying to automatically "Copy & Edit" them using the CLI). When you "Copy & Edit" on the Kaggle website, the correct environment is propagated to your copy. However, when you do this using the CLI, there is no information about the Notebook environment in the metadata, so when I push a pulled and edited Notebook it locks to the most recent available environment, and consequently there are issues running the Notebook due to version mismatches.
Additional context
None ATM, happy to provide and discuss! (Also, if I missed something obvious and this information is actually available, I am happy to stand corrected.)
The text was updated successfully, but these errors were encountered:
🚀 Feature
Expose the environment version that a Notebook runs in in the metadata.
Motivation
I'm trying to pull, edit, and push other user's Kaggle notebooks using the CLI (essentially, I'm trying to automatically "Copy & Edit" them using the CLI). When you "Copy & Edit" on the Kaggle website, the correct environment is propagated to your copy. However, when you do this using the CLI, there is no information about the Notebook environment in the metadata, so when I push a pulled and edited Notebook it locks to the most recent available environment, and consequently there are issues running the Notebook due to version mismatches.
Additional context
None ATM, happy to provide and discuss! (Also, if I missed something obvious and this information is actually available, I am happy to stand corrected.)
The text was updated successfully, but these errors were encountered: