-
Notifications
You must be signed in to change notification settings - Fork 17
Description
This is how the pod UI looks like now.
Suggested changes
-
Move the top/tool bar of the pod to the top-right corner -- slightly extruding to the top, like Google CoLab's design (screenshot below). When a cell is not focused or hovered over, it should be hidden. When a cell is, display it. Just as in Google CoLab.
-
In the tool bar, for every icon, when hovered over, display the tooltop on top of it rather than to the right of it, which may block users from seeing or selecting the next icon.
-
The red dot is ugly. Change it to a trash can icon.
-
Align the output behavior the same as Jupyter. Do not distinguish
stdout
andResult: [0]:
. -
Border for a pod:
a. [ ] Round corner
b. [ ] black line to gray line.
c. [ ] Show shadow around the pod being edited. Currently we only shadow a pod being moved on the canvas. -
Number the pod's order in execution. Just like in Jupyter, e.g.,
In [21]:
andOut [21]:
. -
If a pod was executed without error last time, show a green checker, as in DeepNote.
Please take a look at the designs of Google Colab (this notebook by me) and Deepnote (this notebook by me).