forked from kscience/kmath
Avoid using kapt in kmath-jupyter
This commit is contained in:
parent
bcc666d19e
commit
3c6b068c39
@ -31,7 +31,6 @@ import space.kscience.kmath.structures.asSequence
|
|||||||
*/
|
*/
|
||||||
public fun Number.toMst(): MST.Numeric = MST.Numeric(this)
|
public fun Number.toMst(): MST.Numeric = MST.Numeric(this)
|
||||||
|
|
||||||
@JupyterLibrary
|
|
||||||
internal class KMathJupyter : JupyterIntegration() {
|
internal class KMathJupyter : JupyterIntegration() {
|
||||||
private val mathRender = FeaturedMathRendererWithPostProcess.Default
|
private val mathRender = FeaturedMathRendererWithPostProcess.Default
|
||||||
private val syntaxRender = MathMLSyntaxRenderer
|
private val syntaxRender = MathMLSyntaxRenderer
|
||||||
|
Loading…
Reference in New Issue
Block a user