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
- Open the Command Palette (
Ctrl+Shift+P or Cmd+Shift+P on macOS).
- Run the command Fetch Kaggle Notebook.
- Enter the Kaggle notebook URL (e.g.,
https://www.kaggle.com/code/username/notebook-slug ).
- The extracted Python code will be displayed in a new editor tab.
Requirements
- Kaggle API token (
kaggle.json ) for accessing private notebooks.
Installation
- Install the extension from the Visual Studio Marketplace.
- 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
| |