Kernel Hub
Push your kaggle kernals directly to github
Что такое Kernel Hub?
Kernel Hub - это расширение Chrome, разработанное Aymen Mouelhi, и его основная функция - "Push your kaggle kernals directly to github".
Снимки экрана расширения
Скачать файл CRX расширения Kernel Hub
Скачайте файлы расширений Kernel Hub в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | liihahcoianndlfdfjoklnlhfbeokmjf |
Официальный URL | https://chrome.google.com/webstore/detail/kernel-hub/liihahcoianndlfdfjoklnlhfbeokmjf |
Описание | Push your kaggle kernals directly to github |
Размер файла | 737 KB |
Количество установок | 754 |
Текущая Версия | 1.0.8 |
Последнее Обновление | 2017-08-28 |
Дата публикации | 2017-08-28 |
Рейтинг | 2.33/5 Всего 6 оценок |
Разработчик | Aymen Mouelhi |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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", " |