Kernel Hub
Push your kaggle kernals directly to github
What is Kernel Hub?
Kernel Hub is a Chrome extension developed by Aymen Mouelhi, and its main feature is "Push your kaggle kernals directly to github".
Extension Screenshots
Download Kernel Hub Extension CRX File
Download Kernel Hub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension helps you push all your updates on your kaggle kernels and scripts to your Github repositories. The extension can publish to public and private repositories and can as well update the content of a kaggle kernel/script from an existing ipynb file or a script (R or python) from your repository. It also works for jupyter notebooks, so you can publish your jupyter notebooks in Github with a click ! For more informations: https://www.kaggle.com/news/33266#post183954
Extension Basic Information
Name | |
ID | liihahcoianndlfdfjoklnlhfbeokmjf |
Official URL | https://chrome.google.com/webstore/detail/kernel-hub/liihahcoianndlfdfjoklnlhfbeokmjf |
Description | Push your kaggle kernals directly to github |
File Size | 737 KB |
Installation Count | 754 |
Current Version | 1.0.8 |
Last Updated | 2017-08-28 |
Publish Date | 2017-08-28 |
Rating | 2.33/5 Total 6 Ratings |
Developer | Aymen Mouelhi |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kernel Hub", "short_name": "Kernel Hub", "description": "Push your kaggle kernals directly to github", "version": "1.0.8", "manifest_version": 2, "minimum_chrome_version": "5.0", "permissions": [ "tabs", "*:\/\/*\/*", "debugger", " |