Michal Belák

Results 23 issues of Michal Belák

### Proposed change #### Reasoning TL;DR: The `stop` method is assumed to only delete the JupyterLab server pod, although the inheritance contract should be that the method deletes any resources...

enhancement

The following example works with `databricks-sql-connector` version `2.9.3`, but fails with version `3.0.1`: ```python import numpy as np import pandas as pd from sqlalchemy import create_engine sqlalchemy_connection_string = f"databricks://token:{access_token}@{host}?http_path={http_path}&catalog={catalog}&schema={schema}" engine...

Exporting to HTML takes a long time. Add a progress bar (https://github.com/tqdm/tqdm). It's not clear how to track the progress of the export.

enhancement
needs design
P-1-LOW

Currently, if you want to set advanced parameters of one section, you have to do something like this. A report with default visualizations is really simple to create: ``` edvart.DefaultReport()...

enhancement

The method `add_cells` gets a list, which it is expected to modify. It would be more intuitive if the method instead returned the cells it needs to add instead of...

technical debt

The links do not redirect. HTML instead of markdown could possibly help.

bug

If a column which is both categorical and numeric (e.g. 0/1) in `ParallelCoordinates` or `ParallelCategories`, it is treated as numeric with a numeric axis shown. ## Example ### Code ```python...

bug
good first issue
P-2-MEDIUM

Add a set of extra dependencies for working in Jupyter notebooks. - `jupyter` is currently only a dev dependency, so it's left up to the users to install it if...

enhancement

Allow manual overriding of inferred types. Example usage: Numeric type with small number of unique values is currently treated as categorical. Make it possible to specify that it should be...

enhancement
needs design

Interactive plots in plotly tend to use a lot of memory. Add non-interactive versions of some of the more intensive plots. Choose the interactive/non-interactive heuristically by default (by number of...

enhancement
good first issue
P-2-MEDIUM