Created
April 10, 2020 20:31
-
-
Save asubb/c4e8b6fd0c48e900abb5d77e89ffe0e1 to your computer and use it in GitHub Desktop.
wave-blog/using-jupyter/imports.kt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %use lets-plot | |
| @file:Repository("https://dl.bintray.com/wavebeans/wavebeans") | |
| @file:DependsOn("io.wavebeans:lib:0.0.3") | |
| import io.wavebeans.lib.* | |
| import io.wavebeans.lib.io.* | |
| import io.wavebeans.lib.math.* | |
| import io.wavebeans.lib.stream.* | |
| import io.wavebeans.lib.stream.fft.* | |
| import io.wavebeans.lib.stream.window.* | |
| import io.wavebeans.lib.table.* | |
| import java.util.concurrent.TimeUnit.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment