Open flexthink opened 5 years ago
... or am I, perhaps, missing a step in the set-up?
We're looking into adding ipywidgets support into Azure Data Studio, but don't have support as of yet unfortunately. It is on our list of experiences to support in the future.
We'd love to hear how you use ipywidgets to get an idea of how we can prioritize this work.
I frequently use notebooks for ad hoc report generation where the widgets are used to specify, say, a date range. This is also useful for exploratory data analysis.
Also, I feel Azure Data Studio could replace JupyterLab and be a more natural fit for me at work given I'm working on the Microsoft stack, and I use many other MS development tools (e.g. Visual Studio, Visual Studio Code, SQL Server Management Studio). I'm moving away from the latter now that Azure Data Studio has more functionality.
Other use cases:
Would be very useful too for compatibility with more notebook widgets. For example, qgrid requires enabled the ipywidgets and nbextension. This widget is very useful to render DataFrames from the pandas library.
It's 2022 and this still seems to be an issue.
I'm attempting to find the right environment for a small team to collaborate on data science projects, and thought Data Studio would be a nice fit since it helps us manage the database. My use case is similar to those above -- experimentation and making interactive data visualizations.
Is it possible to use ipywidgets inside Azure Data Studio? I was using an existing Python installation that already had widgets enabled, but when I tried running notebooks with widgets, instead of the widgets being rendered, I got output similar to this:
This usually happens in regular Jupyter if this command has not been run
Is this a bug or are nbextensions unsupported in Azure Data Studio?