bobbyl
bobbyl
jupyter_server_terminals's latest update added the following to respect terminal setting: ```def initialize_settings(self) -> None: """Initialize settings.""" if not self.serverapp.terminals_enabled: return self.initialize_configurables() self.settings.update( {"terminals_available": True, "terminal_manager": self.terminal_manager} ) ``` So if...
Any updates about this PR? This one provides a more comprehensive file input option than Filedrop, especially the accept and disable keyword. I see you did not explicitly add disable...
> I've taken a quick look/pass on this PR, and there are some issues > > * ipyvuetify does not pass class_, style_ and label to the vuetify component in...
We do need a datepicker. But before that I think we might need menu component. @maartenbreddels Any plans on this?