Skip to content

Conversation

@AndreiKingsley
Copy link
Contributor

@AndreiKingsley AndreiKingsley commented Nov 11, 2025

Requires an updated descriptor: Kotlin/kotlin-jupyter-libraries#593

private val lpJsVersion = VersionChecker.letsPlotJsVersion
private val isolatedFrame = options["isolatedFrame"] ?: ""

private val webOnly: Boolean = options["webOnly"].toBoolean()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest tolerating missing value here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean (options["webOnly"] ?: "false").toBoolean()?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact this is the same, isn't it?

@alshan alshan merged commit f9928cf into JetBrains:master Nov 11, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants