Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Kaggle to NotebookNew to Visual Studio Code? Get it now.
Kaggle to Notebook

Kaggle to Notebook

Abhijite

|
417 installs
| (0) | Free
Extracts Python code from a Kaggle notebook link
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kaggle to Notebook

A VS Code extension that allows you to fetch and extract Python code from Kaggle notebooks.

Features

  • Fetch Kaggle notebook content by providing the notebook URL.
  • Extract Python code cells and display them in a new editor tab.

Usage

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
  2. Run the command Fetch Kaggle Notebook.
  3. Enter the Kaggle notebook URL (e.g., https://www.kaggle.com/code/username/notebook-slug).
  4. The extracted Python code will be displayed in a new editor tab.

Requirements

  • Kaggle API token (kaggle.json) for accessing private notebooks.

Installation

  1. Install the extension from the Visual Studio Marketplace.
  2. Configure your Kaggle API token by placing the kaggle.json file in the ~/.kaggle directory.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details. LICENSE

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft