Created
July 16, 2020 16:12
-
-
Save altavir/55e88b7ca73f5df972bd0b808edb2724 to your computer and use it in GitHub Desktop.
plotlykt-jupyter-demo
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
| { | |
| "imports": [ | |
| "scientifik.plotly.*", | |
| "scientifik.plotly.models.*", | |
| "hep.dataforge.meta.*", | |
| "kotlinx.html.*" | |
| ], | |
| "repositories": [ | |
| "*mavenLocal", | |
| "https://dl.bintray.com/mipt-npm/dataforge", | |
| "https://dl.bintray.com/mipt-npm/scientifik", | |
| "https://dl.bintray.com/mipt-npm/dev" | |
| ], | |
| "init": [ | |
| "DISPLAY(HTML(PlotlyJupyter.initScript()))" | |
| ], | |
| "renderers": { | |
| "scientifik.plotly.Plot2D": "HTML(PlotlyJupyter.plotToHTML($it))", | |
| "scientifik.plotly.PlotlyPage": "HTML(PlotlyJupyter.pageToHTML($it))" | |
| }, | |
| "link": "https://github.com/mipt-npm/plotly.kt", | |
| "properties": { | |
| "v": "0.2.0-dev-8" | |
| }, | |
| "dependencies": [ | |
| "scientifik:plotlykt-server:$v" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
plotly.json should be put into ~/.jupyter_kotlin/libraries/