init research
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
This folder contains configuration files for Binder.
|
||||
It makes it possible to build the repository on [Binder](https://mybinder.org/) and
|
||||
view interactive notebooks from samples without installing kernel locally.
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
openjdk-8-jdk
|
||||
gcc
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
name: kotlin-jupyter
|
||||
dependencies:
|
||||
- kotlin-jupyter-kernel>=0.11.0.170
|
||||
- numpy=1.21.2
|
||||
- python=3.9
|
||||
channels:
|
||||
- jetbrains
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user