All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.jupyter.parser.notebook.CellWithAttachments.kt Maven / Gradle / Ivy

The newest version!
package org.jetbrains.jupyter.parser.notebook

import kotlinx.serialization.json.JsonObject

public sealed class CellWithAttachments : Cell() {
    public abstract val attachments: JsonObject?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy