Skip to content

Commit

Permalink
Merge pull request #297 from vizzuhq/dev
Browse files Browse the repository at this point in the history
changed: update development dependencies
  • Loading branch information
veghdev committed Feb 26, 2024
2 parents 1479b60 + f4b62de commit 6b252c4
Show file tree
Hide file tree
Showing 24 changed files with 1,595 additions and 1,738 deletions.
20 changes: 10 additions & 10 deletions docs/environments/bi/mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
The features of `ipyvizzu` that are available in `Mode` are marked with a green
check.

- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)
- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)

Display features:

- [x] Display all animations after `_repr_html_` method called
- [x] Display all animations after `_repr_html_` method called
(`display`=`DisplayTarget.MANUAL`)
- [ ] Display all animations after `show` method called
- [ ] Display all animations after `show` method called
(`display`=`DisplayTarget.MANUAL`)
- [ ] Automatically display all animations after the first cell
- [ ] Automatically display all animations after the first cell
(`display`=`DisplayTarget.BEGIN`)
- [ ] Automatically display all animations after the currently running cell
- [ ] Automatically display all animations after the currently running cell
(`display`=`DisplayTarget.ACTUAL`)
- [ ] Automatically display all animations after the last running cell
- [ ] Automatically display all animations after the last running cell
(`display`=`DisplayTarget.END`)
- [ ] Rerun any cell without rerun the first cell
- [ ] Rerun any cell without rerun the first cell
(`display`!=`DisplayTarget.MANUAL`)

Check [Chart settings chapter](../../tutorial/chart_settings.md) for more
Expand Down
20 changes: 10 additions & 10 deletions docs/environments/ide/pycharm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
The features of `ipyvizzu` that are available in `PyCharm Professional` are
marked with a green check.

- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [ ] Use scroll into view (`scroll_into_view`=`True`)
- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [ ] Use scroll into view (`scroll_into_view`=`True`)

Display features:

- [x] Display all animations after `_repr_html_` method called
- [x] Display all animations after `_repr_html_` method called
(`display`=`DisplayTarget.MANUAL`)
- [ ] Display all animations after `show` method called
- [ ] Display all animations after `show` method called
(`display`=`DisplayTarget.MANUAL`)
- [ ] Automatically display all animations after the first cell
- [ ] Automatically display all animations after the first cell
(`display`=`DisplayTarget.BEGIN`)
- [ ] Automatically display all animations after the currently running cell
- [ ] Automatically display all animations after the currently running cell
(`display`=`DisplayTarget.ACTUAL`)
- [ ] Automatically display all animations after the last running cell
- [ ] Automatically display all animations after the last running cell
(`display`=`DisplayTarget.END`)
- [ ] Rerun any cell without rerun the first cell
- [ ] Rerun any cell without rerun the first cell
(`display`!=`DisplayTarget.MANUAL`)

Check [Chart settings chapter](../../tutorial/chart_settings.md) for more
Expand Down
20 changes: 10 additions & 10 deletions docs/environments/ide/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
The features of `ipyvizzu` that are available in `VSCode Python` are marked with
a green check.

- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)
- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)

Display features:

- [x] Display all animations after `_repr_html_` method called
- [x] Display all animations after `_repr_html_` method called
(`display`=`DisplayTarget.MANUAL`)
- [ ] Display all animations after `show` method called
- [ ] Display all animations after `show` method called
(`display`=`DisplayTarget.MANUAL`)
- [ ] Automatically display all animations after the first cell
- [ ] Automatically display all animations after the first cell
(`display`=`DisplayTarget.BEGIN`)
- [ ] Automatically display all animations after the currently running cell
- [ ] Automatically display all animations after the currently running cell
(`display`=`DisplayTarget.ACTUAL`)
- [ ] Automatically display all animations after the last running cell
- [ ] Automatically display all animations after the last running cell
(`display`=`DisplayTarget.END`)
- [ ] Rerun any cell without rerun the first cell
- [ ] Rerun any cell without rerun the first cell
(`display`!=`DisplayTarget.MANUAL`)

Check [Chart settings chapter](../../tutorial/chart_settings.md) for more
Expand Down
20 changes: 10 additions & 10 deletions docs/environments/notebook/colab.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
The features of `ipyvizzu` that are available in `Colab` are marked with a green
check.

- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)
- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)

Display features:

- [x] Display all animations after `_repr_html_` method called
- [x] Display all animations after `_repr_html_` method called
(`display`=`DisplayTarget.MANUAL`)
- [x] Display all animations after `show` method called
- [x] Display all animations after `show` method called
(`display`=`DisplayTarget.MANUAL`)
- [ ] Automatically display all animations after the first cell
- [ ] Automatically display all animations after the first cell
(`display`=`DisplayTarget.BEGIN`)
- [ ] Automatically display all animations after the currently running cell
- [ ] Automatically display all animations after the currently running cell
(`display`=`DisplayTarget.ACTUAL`)
- [ ] Automatically display all animations after the last running cell
- [ ] Automatically display all animations after the last running cell
(`display`=`DisplayTarget.END`)
- [ ] Rerun any cell without rerun the first cell
- [ ] Rerun any cell without rerun the first cell
(`display`!=`DisplayTarget.MANUAL`)

Check [Chart settings chapter](../../tutorial/chart_settings.md) for more
Expand Down
20 changes: 10 additions & 10 deletions docs/environments/notebook/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
The features of `ipyvizzu` that are available in `Databricks` are marked with a
green check.

- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)
- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)

Display features:

- [x] Display all animations after `_repr_html_` method called
- [x] Display all animations after `_repr_html_` method called
(`display`=`DisplayTarget.MANUAL`)
- [ ] Display all animations after `show` method called
- [ ] Display all animations after `show` method called
(`display`=`DisplayTarget.MANUAL`)
- [ ] Automatically display all animations after the first cell
- [ ] Automatically display all animations after the first cell
(`display`=`DisplayTarget.BEGIN`)
- [ ] Automatically display all animations after the currently running cell
- [ ] Automatically display all animations after the currently running cell
(`display`=`DisplayTarget.ACTUAL`)
- [ ] Automatically display all animations after the last running cell
- [ ] Automatically display all animations after the last running cell
(`display`=`DisplayTarget.END`)
- [ ] Rerun any cell without rerun the first cell
- [ ] Rerun any cell without rerun the first cell
(`display`!=`DisplayTarget.MANUAL`)

Check [Chart settings chapter](../../tutorial/chart_settings.md) for more
Expand Down
20 changes: 10 additions & 10 deletions docs/environments/notebook/datacamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
The features of `ipyvizzu` that are available in `DataCamp` are marked with a
green check.

- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)
- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)

Display features:

- [x] Display all animations after `_repr_html_` method called
- [x] Display all animations after `_repr_html_` method called
(`display`=`DisplayTarget.MANUAL`) \*
- [x] Display all animations after `show` method called
- [x] Display all animations after `show` method called
(`display`=`DisplayTarget.MANUAL`) \*
- [x] Automatically display all animations after the first cell
- [x] Automatically display all animations after the first cell
(`display`=`DisplayTarget.BEGIN`) \*
- [x] Automatically display all animations after the currently running cell
- [x] Automatically display all animations after the currently running cell
(`display`=`DisplayTarget.ACTUAL`) \*
- [x] Automatically display all animations after the last running cell
- [x] Automatically display all animations after the last running cell
(`display`=`DisplayTarget.END`) \*
- [x] Rerun any cell without rerun the first cell
- [x] Rerun any cell without rerun the first cell
(`display`!=`DisplayTarget.MANUAL`)

\*`ipyvizzu` does not work in the default editor, switch to the
Expand Down
20 changes: 10 additions & 10 deletions docs/environments/notebook/deepnote.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
The features of `ipyvizzu` that are available in `Deepnote` are marked with a
green check.

- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)
- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)

Display features:

- [x] Display all animations after `_repr_html_` method called
- [x] Display all animations after `_repr_html_` method called
(`display`=`DisplayTarget.MANUAL`)
- [x] Display all animations after `show` method called
- [x] Display all animations after `show` method called
(`display`=`DisplayTarget.MANUAL`)
- [ ] Automatically display all animations after the first cell
- [ ] Automatically display all animations after the first cell
(`display`=`DisplayTarget.BEGIN`)
- [ ] Automatically display all animations after the currently running cell
- [ ] Automatically display all animations after the currently running cell
(`display`=`DisplayTarget.ACTUAL`)
- [ ] Automatically display all animations after the last running cell
- [ ] Automatically display all animations after the last running cell
(`display`=`DisplayTarget.END`)
- [ ] Rerun any cell without rerun the first cell
- [ ] Rerun any cell without rerun the first cell
(`display`!=`DisplayTarget.MANUAL`)

Check [Chart settings chapter](../../tutorial/chart_settings.md) for more
Expand Down
20 changes: 10 additions & 10 deletions docs/environments/notebook/jupyterlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
The features of `ipyvizzu` that are available in `JupyterLab` are marked with a
green check.

- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)
- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)

Display features:

- [x] Display all animations after `_repr_html_` method called
- [x] Display all animations after `_repr_html_` method called
(`display`=`DisplayTarget.MANUAL`)
- [x] Display all animations after `show` method called
- [x] Display all animations after `show` method called
(`display`=`DisplayTarget.MANUAL`)
- [x] Automatically display all animations after the first cell
- [x] Automatically display all animations after the first cell
(`display`=`DisplayTarget.BEGIN`)
- [x] Automatically display all animations after the currently running cell
- [x] Automatically display all animations after the currently running cell
(`display`=`DisplayTarget.ACTUAL`)
- [x] Automatically display all animations after the last running cell
- [x] Automatically display all animations after the last running cell
(`display`=`DisplayTarget.END`)
- [x] Rerun any cell without rerun the first cell
- [x] Rerun any cell without rerun the first cell
(`display`!=`DisplayTarget.MANUAL`)

Check [Chart settings chapter](../../tutorial/chart_settings.md) for more
Expand Down
26 changes: 13 additions & 13 deletions docs/environments/notebook/jupyterlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
The features of `ipyvizzu` that are available in `JupyterLite` are marked with a
green check.

- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)
- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)

Display features:

- [x] Display all animations after `_repr_html_` method called
- [x] Display all animations after `_repr_html_` method called
(`display`=`DisplayTarget.MANUAL`)
- [x] Display all animations after `show` method called
- [x] Display all animations after `show` method called
(`display`=`DisplayTarget.MANUAL`)
- [x] Automatically display all animations after the first cell
- [x] Automatically display all animations after the first cell
(`display`=`DisplayTarget.BEGIN`)
- [x] Automatically display all animations after the currently running cell
- [x] Automatically display all animations after the currently running cell
(`display`=`DisplayTarget.ACTUAL`)
- [x] Automatically display all animations after the last running cell
- [x] Automatically display all animations after the last running cell
(`display`=`DisplayTarget.END`)
- [x] Rerun any cell without rerun the first cell
- [x] Rerun any cell without rerun the first cell
(`display`!=`DisplayTarget.MANUAL`)

Check [Chart settings chapter](../../tutorial/chart_settings.md) for more
Expand Down Expand Up @@ -79,9 +79,9 @@ async def get_contents(path):
queue = asyncio.Queue(1)

IDBOpenDBRequest = js.self.indexedDB.open(DB_NAME)
IDBOpenDBRequest.onsuccess = (
IDBOpenDBRequest.onerror
) = queue.put_nowait
IDBOpenDBRequest.onsuccess = IDBOpenDBRequest.onerror = (
queue.put_nowait
)

await queue.get()

Expand Down
20 changes: 10 additions & 10 deletions docs/environments/notebook/jupyternotebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
The features of `ipyvizzu` that are available in `Jupyter Notebook` are marked
with a green check.

- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)
- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)

Display features:

- [x] Display all animations after `_repr_html_` method called
- [x] Display all animations after `_repr_html_` method called
(`display`=`DisplayTarget.MANUAL`)
- [x] Display all animations after `show` method called
- [x] Display all animations after `show` method called
(`display`=`DisplayTarget.MANUAL`)
- [x] Automatically display all animations after the first cell
- [x] Automatically display all animations after the first cell
(`display`=`DisplayTarget.BEGIN`)
- [x] Automatically display all animations after the currently running cell
- [x] Automatically display all animations after the currently running cell
(`display`=`DisplayTarget.ACTUAL`)
- [x] Automatically display all animations after the last running cell
- [x] Automatically display all animations after the last running cell
(`display`=`DisplayTarget.END`)
- [x] Rerun any cell without rerun the first cell
- [x] Rerun any cell without rerun the first cell
(`display`!=`DisplayTarget.MANUAL`)

Check [Chart settings chapter](../../tutorial/chart_settings.md) for more
Expand Down
20 changes: 10 additions & 10 deletions docs/environments/notebook/kaggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
The features of `ipyvizzu` that are available in `Kaggle` are marked with a
green check.

- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)
- [x] Change the url of `Vizzu` (`vizzu`)
- [x] Change the width of the `Chart` (`width`)
- [x] Change the height of the `Chart` (`height`)
- [x] Use scroll into view (`scroll_into_view`=`True`)

Display features:

- [x] Display all animations after `_repr_html_` method called
- [x] Display all animations after `_repr_html_` method called
(`display`=`DisplayTarget.MANUAL`)
- [x] Display all animations after `show` method called
- [x] Display all animations after `show` method called
(`display`=`DisplayTarget.MANUAL`)
- [x] Automatically display all animations after the first cell
- [x] Automatically display all animations after the first cell
(`display`=`DisplayTarget.BEGIN`)
- [x] Automatically display all animations after the currently running cell
- [x] Automatically display all animations after the currently running cell
(`display`=`DisplayTarget.ACTUAL`)
- [x] Automatically display all animations after the last running cell
- [x] Automatically display all animations after the last running cell
(`display`=`DisplayTarget.END`)
- [x] Rerun any cell without rerun the first cell
- [x] Rerun any cell without rerun the first cell
(`display`!=`DisplayTarget.MANUAL`)

Check [Chart settings chapter](../../tutorial/chart_settings.md) for more
Expand Down

0 comments on commit 6b252c4

Please sign in to comment.