Skip to content

Conversation

jtpio
Copy link
Member

@jtpio jtpio commented Feb 2, 2024

Investigate some ideas discussed in #7175

Copy link
Contributor

github-actions bot commented Feb 2, 2024

Binder 👈 Launch a Binder on branch jtpio/notebook/custom-css

@jtpio jtpio added this to the 7.1 milestone Feb 2, 2024
@jtpio
Copy link
Member Author

jtpio commented Feb 2, 2024

Starting notebook with jupyter notebook --custom-css still seems to work with Notebook.

Testing with:

/* Modify Jupyter Styles */ #top-panel-wrapper, #jp-top-bar { background-color: #aecad4 !important; } #menu-panel-wrapper, #jp-MainMenu, #menu-panel { background-color: #aecad4 !important; } .jp-NotebookPanel-toolbar { background-color: #aecad4 !important; } .lm-MenuBar-content { color: #02484d; }

image

However it seems to be preventing lab to pick up the custom css (the top bar should be styled):

image

@jtpio
Copy link
Member Author

jtpio commented Feb 2, 2024

Although setting the lab trait explicitly seems to be doing the trick: jupyter notebook --custom-css --LabApp.custom_css=True:

image

@jtpio jtpio modified the milestones: 7.1.0, 7.1.x Feb 13, 2024
@jtpio jtpio modified the milestones: 7.1.x, 7.3.0 Oct 22, 2024
@jtpio jtpio modified the milestones: 7.3.0, 7.4.0 Dec 4, 2024
@jtpio jtpio modified the milestones: 7.4.0, 7.5.0 Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant