VS Code Extension for KaggleSimplify your Kaggle workflow: Update and manage datasets and kernels directly within VS Code. PrerequisitesThis extension leverages the Extension SettingsThis extension contributes the following setting:
FeaturesUpdate Datasets and Notebooks
This command automatically detects the Check Update StatusQuickly check the status of your updated datasets and notebooks by pressing Cmd+Shift+K. This is especially useful for monitoring long-running notebooks. ✨ Create Datasets and Notebook
This command will generate metadata and a plain jupyter notebook. It helps you quickly create new notebooks and datasets. Metadata ValidationThe extension validates the JSON schema of Sidebar View for Datasets, Notebooks and ModelsThe extension provides a sidebar view for datasets, notebooks and models. Right-click on a dataset or notebook in the sidebar to access a context menu, allowing you to check its status. The status is displayed based on the output of the kaggle status subcommand. List CompetitionsCommand Palette: Cmd+Shift+P then select "Kaggle: List Competitions". Lists recent competitions sorted by deadline. This executes Enjoy your Kaggle journey with FastKaggle! |