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
Currently "Click to add a cell" is rendered as a part of background / outer notebook area (grey in the JupyterLab light theme) under the drop shadow from the notebook / inner notebook area (white in the JupyterLab light theme).
To me it seems that the way how button is rendered in JupyterLab, as a part of notebook / inner notebook area (white in the JupyterLab light theme) is easier to read / parse. As an added bonus, this would make design language used in lab and notebook more consistent.
Notebook:
JupyterLab:
Proposed Solution
Render "Click to add a cell" button as a part of notebook / inner notebook area (white in the JupyterLab light theme).
In particular white space at the bottom of inner notebook area could be made larger to accommodate the button when hovering in a way that there would be no need to add / "pop-in" any artificial white space.
It would make sense to add the same amount of white space to at the top of the notebook for visual balance.
The text was updated successfully, but these errors were encountered:
Isn't rendering the button as part of the notebook going to add some artificial white space at the bottom of the notebook, to accommodate for the button when hovering?
@jtpio thank you for looking into this. It would, I was thinking that white space at the bottom of inner notebook area could be made larger to accommodate the button when hovering in a way that there would be no need to add / "pop-in" any artificial white space.
Problem
Currently "Click to add a cell" is rendered as a part of background / outer notebook area (grey in the JupyterLab light theme) under the drop shadow from the notebook / inner notebook area (white in the JupyterLab light theme).
To me it seems that the way how button is rendered in JupyterLab, as a part of notebook / inner notebook area (white in the JupyterLab light theme) is easier to read / parse. As an added bonus, this would make design language used in lab and notebook more consistent.
Notebook:
![Image](https://private-user-images.githubusercontent.com/26686070/404461589-03220e89-6418-41b8-bfb9-0cfe15b4de6a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDgyMDcsIm5iZiI6MTczOTAwNzkwNywicGF0aCI6Ii8yNjY4NjA3MC80MDQ0NjE1ODktMDMyMjBlODktNjQxOC00MWI4LWJmYjktMGNmZTE1YjRkZTZhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA5NDUwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc1ZjM0MThmMmU0ZjZkMDQwYzNkNzMxZTM5NGQ3NzAyMDM4ZjNhNzMyOGE1NTM0MjI5OTIyYTVmNTNiZTQ5ZTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GkZSokBrRCA02BfZzditZgwAsjf2V0PRwf2L6lqBusc)
JupyterLab:
![Image](https://private-user-images.githubusercontent.com/26686070/404461631-4757fa68-2c1e-42f8-b131-02011708c38d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDgyMDcsIm5iZiI6MTczOTAwNzkwNywicGF0aCI6Ii8yNjY4NjA3MC80MDQ0NjE2MzEtNDc1N2ZhNjgtMmMxZS00MmY4LWIxMzEtMDIwMTE3MDhjMzhkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA5NDUwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ3MjU5MmQ2MzFiYTYxZmM0ZDI4MWFhNWI3MDdhNTcxZDBjOTJmMWQ3YjEzOWRmM2M5M2ZkYTk4OGUxZDhmNWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Q_ygK_30olqxXmGDJyqtOpWKyUH2K5ykyV-Fb7SLock)
Proposed Solution
Render "Click to add a cell" button as a part of notebook / inner notebook area (white in the JupyterLab light theme).
In particular white space at the bottom of inner notebook area could be made larger to accommodate the button when hovering in a way that there would be no need to add / "pop-in" any artificial white space.
It would make sense to add the same amount of white space to at the top of the notebook for visual balance.
The text was updated successfully, but these errors were encountered: