-
Notifications
You must be signed in to change notification settings - Fork 10
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
Custom HTML #5
Comments
This looks very useful. How can this feature be used in practise? For example, my served web application doesn't make use of the full width of the screen. It is more like the default jupyter notebook portrait view. Is it possible to modify this max width setting? |
To answer my previous comment and for those who are looking to change the default css style of their served dashboard, edit the css in the following file: \site-packages\ipywidgets_server\static\index.html and edit the .ipywidgets-server-contents-container, An example is shown below where I have increased the width of the output.
|
You should be able to pass in your own custom HTML template.
(because everyone loves customisation!)
The text was updated successfully, but these errors were encountered: