-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Plotting methods currently do not produce a result but instead use the show method of matplotlib to display the result in a notebook environment (or PyCharm) as a side effect. More generally, we can currently only work with tabular data in safe-ds.
Desired solution
- Create a new class
Imageinsafeds.data.image.containers - The constructor should accept a
bufferof typeio.BytesIO - Internally we can use
pillowto handle the image
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done