Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Missing Notebook Headers after Theme Customization #479

Open
abhdhar-1618 opened this issue Sep 22, 2024 · 2 comments
Open

Issue: Missing Notebook Headers after Theme Customization #479

abhdhar-1618 opened this issue Sep 22, 2024 · 2 comments

Comments

@abhdhar-1618
Copy link

abhdhar-1618 commented Sep 22, 2024

Environment:

  • Operating System: Windows 11
  • Jupyter Version: 6.5.7
  • Anaconda Version: 24.7.1
  • Jupyter Themes Version: 0.20.0

Description of the Issue:

I encountered multiple issues while trying to customize my Jupyter Notebook theme using the jupyterthemes package. Specifically, the problems arise when I try to modify font sizes and apply other theme settings.

Initially, I ran the following working command:

bash

Copy code

jt -t monokai -fs 18 -m 200

This command successfully applied the Monokai theme, increased the font size to 18, and adjusted the margins. However, I noticed that after these modifications, the notebook header became invisible. This significantly impacted my workflow, as I rely on these headers for identification of the script I am working on.

Expected Behavior:

  • The command jt -t monokai -fs 18 -m 200 should apply the theme without causing the notebook headers to disappear.

Actual Behavior:

  • After applying the theme, the notebook headers disappear, making it difficult to interact with the notebook's interface.

Steps to Reproduce:

  1. Run the following command in Anaconda Prompt to apply a theme:

    bash

    Copy code

    jt -t monokai -fs 18 -m 200

  2. Observe that the notebook headers disappear after applying the theme.

Desired Improvements:

  1. Restore Notebook Headers: After applying the theme, the headers should be visible and functional. This is critical for usability.

I would appreciate guidance on how to resolve the issue with the disappearance of the notebook headers.

Thank you for maintaining such a useful package, and I look forward to any updates or suggestions on this matter.

P.S:- I have attached the images of the before and after effects of the code execution.

Before theme change

default theme Jupyter

After theme change

applied theme Jupyter

@abhdhar-1618 abhdhar-1618 changed the title **Issue: Missing Notebook Headers after Theme Customization** Issue: Missing Notebook Headers after Theme Customization Sep 22, 2024
@abhdhar-1618
Copy link
Author

@dunovank could you please look into this?

1 similar comment
@abhdhar-1618
Copy link
Author

@dunovank could you please look into this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant