Skip to content

Fix the session file on disk #116

@brichet

Description

@brichet

Currently, we have two slightly different session file structures.
The regular session file (from glue core) has be intentionally simplified, as the frontend do not need all its information, and has to increment it itself.
It results in a file (on disk) which can be sometime corrupted and unusable by glue QT application.

One option could be to avoid modifying the session file content in the frontend, and to use the kernel with its serializer for all the modifications in the app (as was done for adding data).

NOTES

A problem to be solved for this operation is the serialization of the bqplot viewer, which doesn't work with the GlueSerializer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions