Skip to content

Add custom CSS support to JupyterLab launcher#770

Merged
theneelshah merged 3 commits intomainfrom
custom-css
Mar 6, 2026
Merged

Add custom CSS support to JupyterLab launcher#770
theneelshah merged 3 commits intomainfrom
custom-css

Conversation

@theneelshah
Copy link
Collaborator

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@theneelshah theneelshah requested a review from pratapnarra March 6, 2026 01:34
def install_custom_css():
config_dir = Path(os.environ.get('JUPYTER_CONFIG_DIR', os.path.expanduser('~/.jupyter')))
dest = config_dir / 'custom'
dest.mkdir(parents=True, exist_ok=True)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls add this in try block

@theneelshah theneelshah merged commit d3493fd into main Mar 6, 2026
8 checks passed
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

Successfully merging this pull request may close these issues.

2 participants