Skip to content

Jupyter compile-time DF type not recognized #284

Closed
@Jolanrensen

Description

@Jolanrensen

@ileasile: Noticed interesting thing: if the property has compile-time type DataFrame then it's typed and property accessors are generated. But if it has compile-time type Any, it is not typed in any way and remains Any. Most likely could be fixed on the integration side
image_720
it's about onVariable {} and updateVariable{} callbacks - or FieldHandlers in general
We pass compile-time type (KType) to org.jetbrains.kotlinx.jupyter.api.FieldHandler#acceptsType. But we could also provide another handler with runtime type (KClass) if you need. Feel free to ask

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions