Skip to content

Commit 388fda2

Browse files
committed
Add README for myBinder folder and delete obsolete environment.yml
1 parent 22f4a3d commit 388fda2

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![PyPI](https://img.shields.io/pypi/v/kotlin-jupyter-kernel?label=PyPi)](https://pypi.org/project/kotlin-jupyter-kernel/)
33
[![Anaconda](https://img.shields.io/conda/v/jetbrains/kotlin-jupyter-kernel?label=Anaconda)](https://anaconda.org/jetbrains/kotlin-jupyter-kernel)
44
[![GitHub](https://img.shields.io/github/license/Kotlin/kotlin-jupyter)](https://www.apache.org/licenses/LICENSE-2.0)
5+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/kotlin/kotlin-jupyter/master?filepath=samples)
56

67
# Kotlin kernel for IPython/Jupyter
78

binder/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This folder contains configuration files for Binder.
2+
It makes it possible to build the repository on [Binder](https://mybinder.org/) and
3+
view interactive notebooks from samples without installing kernel locally.

binder/environment.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
name: kotlin-jupyter-demo
1+
name: kotlin-jupyter
22
dependencies:
33
- kotlin-jupyter-kernel>=0.8.0.10
44
- python=3.6
55
channels:
66
- jetbrains
7-

environment.yml

-6
This file was deleted.

0 commit comments

Comments
 (0)