We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to include custom CSS in a tree widget?
Of course I could simply use IPython.display.HTML including a <style> element, but that feels like a hack.
IPython.display.HTML
<style>
The text was updated successfully, but these errors were encountered:
There is no way currently to simply add CSS, but that feature could be added
Sorry, something went wrong.
No branches or pull requests
Is it possible to include custom CSS in a tree widget?
Of course I could simply use
IPython.display.HTML
including a<style>
element, but that feels like a hack.The text was updated successfully, but these errors were encountered: