lux icon indicating copy to clipboard operation
lux copied to clipboard

[Feature Request] Export to Powerpoint presentation

Open Asareesh opened this issue 2 years ago • 7 comments

Is your feature request related to a problem? Please describe.

I can see the graphs in jupyter notebook but it is not suitable to present to client in jupyter notebook .How can we export them to PowerPoint

Asareesh avatar Aug 01 '21 02:08 Asareesh

Hi @Asareesh, Thanks for the feature suggestion. This is related to #402 but for exporting to Powerpoint. We'd love to understand how you would like the export the Lux visualizations to Powerpoint. Are you looking to save all the visualization outputs associated with the dataframe (i.e., the entire widget) as HTML, just a selected individual plot? If you would like the entire widget, would each slide correspond to one tab? How many visualizations would you like to be laid out in each of the slides?

dorisjlee avatar Aug 01 '21 16:08 dorisjlee

Thanks @dorisjlee

I have one year data for each dataframe .so i am creating visualisation graphs . To show to the client i am exploring the data how each field depends on other . I would like to say df consists of 7-10 columns i can get 36 graphs .so i would like to get the meaningful graphs based on that.

To sum it up i would like to export min 5 graphs to a PowerPoint slide.

Asareesh avatar Aug 01 '21 17:08 Asareesh

@dorisjlee

Please also let me know if i can export visualisations to html and take screenshots of the same for the time being to create a PowerPoint presentation

Asareesh avatar Aug 01 '21 17:08 Asareesh

Thanks for the explanation @Asareesh! It looks like you would like to select some visualizations of interest in Lux, then export them into slides.

We currently only support export for the entire dataframe widget to HTML via df.save_as_html(), see here for details.

For now, you can try clicking on the visualizations that you are interested in, then clicking the export button on the top right. Then you can access these visualizations when you print out df.exported in a separate cell and take a screenshot of the selected visualization list (VisList).

See screenshot of the workflow below: Screen Shot 2021-08-01 at 10 55 36 AM

We can look into Powerpoint export and exporting selected visualizations (e.g., VistList) in the meanwhile.

dorisjlee avatar Aug 01 '21 18:08 dorisjlee

Thanks @dorisjlee

Asareesh avatar Aug 02 '21 04:08 Asareesh

@dorisjlee is there anyway that I can generate entire report like we get in pandas profiling apart from visualization in lux-api

Asareesh avatar Aug 03 '21 03:08 Asareesh

Hi @Asareesh, We don't currently have the ability to generate the entire report. This will most likely be part of the export to Powerpoint or PDF feature.

dorisjlee avatar Aug 13 '21 21:08 dorisjlee