-
Just to get back on https://github.com/nteract/nteract/issues/4481, does commuter render Altair (``)?
-
-
Currently I often have the following code:
```
df_nw = nw.from_native(df)
is_pandas = nw.dependencies.is_pandas_dataframe(df)
.....
if is_pandas:
do something different
......
```
…
-
Hello,
I am opening this issue to start discussion around Altair Flux coupling:
-What would be the objectives of the coupling (import results from Flux, build models in Flux, launch simulations …
-
Code that creates large unions (explicitly or implicitly) is known to be hard for type checkers to analyze in a performant way. Both mypy and pyright have had lots of issues regarding performance for …
-
I wanted to reach out, since we have been working on a similar project over at https://github.com/Quansight/jupyterlab-omnisci.
The goal there is to let users create Altair charts and have the heav…
-
I would add anew page dedicated to all the contributors in this project which will display the stats of this project ex- no. of forks, stars etc. and also show stats of the contributors , no. of contr…
Son7c updated
4 weeks ago
-
### What happened?
Running the test suite with the latest versions of all dependencies results in:
```
=========================== short test summary info ============================
FAILED tests/te…
-
### Summary
Streamlit shows Altair charts with text (made with `mark_text()`) but it doesn't show it sometimes. Specifically, I've found that it doesn't show text when the text is `encode()`ed with…
-