https://github.com/betatim/kaggle-binder
Use the Kaggle kernels environment on mybinder.org
https://github.com/betatim/kaggle-binder
Last synced: 5 months ago
JSON representation
Use the Kaggle kernels environment on mybinder.org
- Host: GitHub
- URL: https://github.com/betatim/kaggle-binder
- Owner: betatim
- Created: 2019-06-22T16:17:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T04:32:24.000Z (over 6 years ago)
- Last Synced: 2025-03-30T14:32:50.678Z (6 months ago)
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kaggle-binder
Use the Kaggle kernels environment on mybinder.org.## But why?
The [Kaggle kernels](https://www.kaggle.com/kernels) image contains a vast number of tools and libraries. We use it as a general purpose environment to run notebooks.
## How can I use this?
To use it add the link to the Git repository that contains your notebook to the end of this URL:
```
https://mybinder.org/v2/gh/betatim/kaggle-binder/master?urlpath=git-pull?repo=
```Yes, there are two `?` in that URL. It has to be like that.
As an example the [this link](https://mybinder.org/v2/gh/betatim/kaggle-binder/master?urlpath=git-pull?repo=https://github.com/betatim/binderlyzer) will launch the Kaggle environment and fill it with the contents of https://github.com/betatim/binderlyzer
## What libraries are included?
Check out the (huge) `Dockerfile` from which the Kaggle kernels environment is built: https://github.com/Kaggle/docker-python/blob/master/Dockerfile. It probably contains the data science library you were thinking of using.