You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mime type is sent in the first `ExecuteReponse` that contains any
stdout; it is sent only once.
Closes#545
Co-authored-by: Sebastian Tiedtke <sebastiantiedtke@gmail.com>
The idea is to buffer initial bytes of the runner to auto-detect (best-effort) the media/mime type associated with the output.
Perhaps using libraries such as https://github.com/gabriel-vasile/mimetype or https://github.com/h2non/filetype or other comparable (haven't tried any of them yet).
This will allow the Notebook client to auto-set the renderer type instead of requiring the user to do it.
The text was updated successfully, but these errors were encountered: