-
A user on slack reported an error starting up a deephaven docker server:
```
deephaven_docker-deephaven-1 | Type:
deephaven_docker-deephaven-1 | Value: Java class 'io.deephaven.server.plugin.p…
-
I'm unable to use a byte[] column type in custom column formulas. Here's the setup:
```python
from deephaven import new_table
x = (
new_table({"foo": ["Bar"]})
.view(["foo_bytes=foo.g…
-
**Description**
Creating a Deephaven server with the the `deephaven_server` package without explicitly starting it results in some weird and undesirable behavior, where you'll get errors abou…
-
This will help with remotely debugging and understanding the parquet file structure.
We can follow the similar API spec as duck_db: https://duckdb.org/docs/data/parquet/overview
- read_parquet
-…
-
The server-base image specifies some optional dependencies that deephaven-core uses for testing; this has the effect of adding constraints to server-base that deephaven-core doesn't otherwise have. Fo…
-
[How to use update_by | Deephaven](https://deephaven.io/core/docs/how-to-guides/use-update-by/)
Part 1 of 2
- An overview of update_by / types of operations - "update_by"
- Applications of upda…
-
Create a strip plot with `dx.strip`:
```
import plotly.express as px
from deephaven.pandas import to_table
tips = to_table(px.data.tips())
bill_distr = dx.strip(tips, x="total_bill", by="day"…
-
**Description**
If you have a "submit" button on a field and press the button very quickly after modifying a field, you may not get the latest field.
**Steps to reproduce**
1. Run the…
-
**Description**
In the Deephaven tutorial, configuring a line chart for the `crypto_btc_2021` via the Chart Builder throws an ILLegalArgumentException
![image](https://user-images.githubusercont…
-
We're adding a flag to disable WebGL: https://github.com/deephaven/web-client-ui/pull/2134
Deephaven express should respect that flag.