{"id":22124014,"url":"https://github.com/smly/vscode-fast-kaggle","last_synced_at":"2025-10-12T08:30:22.626Z","repository":{"id":264431859,"uuid":"893340383","full_name":"smly/vscode-fast-kaggle","owner":"smly","description":"VS Code Extension for Kaggle","archived":false,"fork":false,"pushed_at":"2024-12-09T16:28:08.000Z","size":542,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-09T17:37:33.364Z","etag":null,"topics":["kaggle","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=smly.fastkaggle","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-24T07:05:03.000Z","updated_at":"2024-12-09T16:28:10.000Z","dependencies_parsed_at":"2024-11-24T09:23:00.027Z","dependency_job_id":"fbfa75ef-c616-4ee4-b0a0-714255b9352e","html_url":"https://github.com/smly/vscode-fast-kaggle","commit_stats":null,"previous_names":["smly/vscode-fast-kaggle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smly%2Fvscode-fast-kaggle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smly%2Fvscode-fast-kaggle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smly%2Fvscode-fast-kaggle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smly%2Fvscode-fast-kaggle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smly","download_url":"https://codeload.github.com/smly/vscode-fast-kaggle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236184426,"owners_count":19108673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kaggle","vscode-extension"],"created_at":"2024-12-01T15:46:00.360Z","updated_at":"2025-10-12T08:30:22.126Z","avatar_url":"https://github.com/smly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=smly.fastkaggle\"\u003e\n  \u003cimg src=\"./images/fastkaggle_128x128.png\" alt=\"fastkaggle logo\" title=\"FastKaggle\" align=\"right\" height=\"60\" /\u003e\n\u003c/a\u003e\n\n# VS Code Extension for Kaggle\n\n[![Version](https://vsmarketplacebadges.dev/version-short/smly.fastkaggle.svg)](https://marketplace.visualstudio.com/items?itemName=smly.fastkaggle)\n\nSimplify your Kaggle workflow: Update and manage datasets and kernels directly within VS Code.\n\n## Prerequisites\n\nThis extension leverages the `kaggle` command-line tool for interacting with Kaggle. You'll need to have the [Kaggle CLI](https://github.com/Kaggle/kaggle-api) installed and configured on your machine.\n\n### Extension Settings\n\nThis extension contributes the following setting:\n\n* `fastkaggle.executablePath`: Path to the `kaggle` executable. If the `kaggle` command is in your system's PATH, you can use this extension without modifying this setting.\n\n## Features\n\n### Update Datasets and Notebooks\n\n* **Shortcut**: \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eU\u003c/kbd\u003e.\n* **Command Palette**: \u003ckbd\u003eCmd\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e then select \"Kaggle: Update Dataset/Notebook\".\n\n![command palette](./images/command_palette_update.png)\n\nThis command automatically detects the `dataset-metadata.json` or `kernel-metadata.json` file in the current file's directory or its parent directories. It then uses that directory as the working directory for executing the Kaggle update command.\n\n#### Check Update Status\n\nQuickly check the status of your updated datasets and notebooks by pressing \u003ckbd\u003eCmd\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eK\u003c/kbd\u003e. This is especially useful for monitoring long-running notebooks. ✨\n\n### Create Datasets and Notebook\n\n* **Command Palette**: \u003ckbd\u003eCmd\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e then select \"Kaggle: New Dataset\" or \"Kaggle: New Notebook\".\n\nThis command will generate metadata and a plain jupyter notebook. It helps you quickly create new notebooks and datasets.\n\n### Metadata Validation\n\nThe extension validates the JSON schema of `kernel-metadata.json` and `dataset-metadata.json` files, ensuring your Kaggle dataset and notebook definitions are correct.\n\n![validation](./images/validate_metadata.png)\n\n### Sidebar View for Datasets, Notebooks and Models\n\nThe extension provides a sidebar view for datasets, notebooks and models.\n\n![Sidebar View](./images/sidebar_view.png)\n\nRight-click on a dataset or notebook in the sidebar to access a context menu, allowing you to check its status.\n\n![Context Menu](./images/sidebar_view_status.png)\n\nThe status is displayed based on the output of the kaggle status subcommand.\n\n![Status Result](./images/output_status.png)\n\n### List Competitions\n\n**Command Palette**: \u003ckbd\u003eCmd\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e then select \"Kaggle: List Competitions\".\n\nLists recent competitions sorted by deadline. This executes `kaggle competitions list` and displays the output.\n\n![List Competitions](./images/competition_list.png)\n\n**Enjoy your Kaggle journey with FastKaggle!**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmly%2Fvscode-fast-kaggle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmly%2Fvscode-fast-kaggle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmly%2Fvscode-fast-kaggle/lists"}