Team,  How do I write to Content.data in Scala Kernel Messaging protocol 
during my web-scoket execution.  Any documentation for Scala Jupyter Kernel 
would be helpful.

Content(execution_state: Option[String] = None,
                   code: Option[String] = None,
                   silent: Option[Boolean] = None,
                   store_history: Option[Boolean] = None,
                   ename: Option[String] = None,
                   evalue: Option[String] = None,
                   traceback: Option[Seq[String]] = None,
                   status: Option[String] = None,
                   execution_count: Option[Int] = None,
                   user_expressions: Option[UserExpressions] = None,
                   engine_info: Option[EngineInfo] = None,
                   payload: Option[Seq[String]] = None,
                   text: Option[String] = None,
                   *data: Option[String] = None,*
                   name: Option[String] = None,
                   allow_stdin: Option[Boolean] = None)

- Mahadev

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/ab39f736-73db-424c-945a-e1ca8f856f5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to