Skip to content
#

data-engineering

Here are 599 public repositories matching this topic...

incubator-superset
swierh
swierh commented Nov 19, 2020

Current behavior

When running the jupyter.jupyter.ExecuteNotebook task with output_format='html' the default settings for the HTMLExporter are used. There is no way to pass arguments to this exporter.

Proposed behavior

Allow passing arguments to the HTMLExporter.

Implementation suggestion

Something like html_exporter = nbconvert.HTMLExporter(**exporter_kwargs) on the

fpnick
fpnick commented Sep 21, 2020

Describe the bug
Using a data source with umlauts in the column names leads to the Jupyter Notebook with which the suite can be edited throw an error on startup. The Notebook then doesn't load.
This might be a Jupyter Notebook bug, not sure?!

To Reproduce
Steps to reproduce the behavior:

  1. Initialize a suite with this xlsx file as a data source (nothing fancy: Just two columns, the

Improve this page

Add a description, image, and links to the data-engineering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-engineering topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.