From 3c6b068c395c64adead8f8248798dae5038e9a2f Mon Sep 17 00:00:00 2001 From: Iaroslav Postovalov Date: Wed, 18 Aug 2021 20:33:53 +0700 Subject: [PATCH] Avoid using kapt in kmath-jupyter --- .../src/main/kotlin/space/kscience/kmath/jupyter/KMathJupyter.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/kmath-jupyter/src/main/kotlin/space/kscience/kmath/jupyter/KMathJupyter.kt b/kmath-jupyter/src/main/kotlin/space/kscience/kmath/jupyter/KMathJupyter.kt index 05e2dc0da..d7438bf0f 100644 --- a/kmath-jupyter/src/main/kotlin/space/kscience/kmath/jupyter/KMathJupyter.kt +++ b/kmath-jupyter/src/main/kotlin/space/kscience/kmath/jupyter/KMathJupyter.kt @@ -31,7 +31,6 @@ import space.kscience.kmath.structures.asSequence */ public fun Number.toMst(): MST.Numeric = MST.Numeric(this) -@JupyterLibrary internal class KMathJupyter : JupyterIntegration() { private val mathRender = FeaturedMathRendererWithPostProcess.Default private val syntaxRender = MathMLSyntaxRenderer