init research

This commit is contained in:
2026-02-08 11:20:43 -10:00
commit bdf064f54d
3041 changed files with 1592200 additions and 0 deletions
+3
View File
@@ -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.
+2
View File
@@ -0,0 +1,2 @@
openjdk-8-jdk
gcc
+7
View File
@@ -0,0 +1,7 @@
name: kotlin-jupyter
dependencies:
- kotlin-jupyter-kernel>=0.11.0.170
- numpy=1.21.2
- python=3.9
channels:
- jetbrains
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
exec "$@"