We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look at https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html and implement some of methods from there. Especially wanted for now (suggested by @alshan ):
filename
HTML
IMAGE
SVG
The text was updated successfully, but these errors were encountered:
Image/SVG: https://github.com/Kotlin/kotlin-jupyter/blob/master/jupyter-lib/lib-ext/src/main/kotlin/org/jetbrains/kotlinx/jupyter/ext/Image.kt
Additional signatures for HTML: https://github.com/Kotlin/kotlin-jupyter/blob/master/jupyter-lib/lib-ext/src/main/kotlin/org/jetbrains/kotlinx/jupyter/ext/htmlRendering.kt
LaTeX: https://github.com/Kotlin/kotlin-jupyter/blob/master/jupyter-lib/lib-ext/src/main/kotlin/org/jetbrains/kotlinx/jupyter/ext/latexRendering.kt
Sorry, something went wrong.
No branches or pull requests
Look at https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html and implement some of methods from there.
Especially wanted for now (suggested by @alshan ):
filename
inHTML
and all file-based display methodsIMAGE
methodSVG
methodThe text was updated successfully, but these errors were encountered: