-
As a developer using an external IDE (such as VSCode or IntelliJ) in my workflow, I would like a browser mode that automatically opens/updates/closes panels as code is run in a session. I do not the C…
-
**Description**
Some tables such as tables created with `group_by` are not loading when embedded in a `ui.flex` component
**Steps to reproduce**
```
import deephaven.ui as ui
from d…
-
_This issue was auto-generated_
PR: https://github.com/deephaven/deephaven-core/pull/5956
Author: robbcamera
## Original PR Body
null
-
Similar to Integrations/python/deephaven/tutorials/crypto_trades.py for #1444
We need to import functions to simulate tables for a groovy tutorial.
-
The spec is being developed along with the development work but at a higher level, the decided APIs look like:
1. `void append(Tables...)` or `appendDataFiles/appendTables`: writes tables to data f…
-
Related to https://github.com/deephaven/deephaven-core/issues/5068 and https://github.com/deephaven/deephaven-core/pull/5532
Currently Web UI assumes file paths all use a `/` as a delimiter and sta…
-
Plugin: `1.3.0 pre`
The current version of the plugin is modeled off of the Deephaven IDE. As such, VS Code has one connection to one DH instance. This is basically like having an IDE and saying …
-
We are currently unable to deserialize `byte[]`, and likely other primitive array types.
```
Value: io.deephaven.engine.table.impl.locations.TableDataException: Unsupported iceberg column type LIS…
-
We have a lot of duplicative pydoc and in some cases implementation layers in the server-side Table/PartitionedTable.Proxy wrappers, and in the client side "TableOperations" interface. Is there a way …
-
**Description**
Plotly express treemap is showing variables when hovering the root text
**Steps to reproduce**
Run the following to create a treemap
```python
import deephaven…