NO viz when using headless renderer with JSON data transformer
See original GitHub issueWhen using
alt.renderers.enable('png') # or alt.renderers.enable('svg')
alt.data_transformers.enable('json')
The viz is empty in the notebook in jupyterlab. Using default
in either renderer or data_transformer behaves correct. Seems something wrong with the utils.headless (not sure)?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Data transformers — Altair 4.2.0 documentation
Data transformers . Before a Vega-Lite or Vega specification can be passed to a renderer, it typically has to be transformed in a...
Read more >A Modern Library for 3D Data Processing - Open3D
Visualize 3D semantic segmentation and object detection with input data, ground truth, and predictions. In addition, any custom properties for a PointCloud , ......
Read more >Mac OS — brainlit 0.0.0 documentation
Not exclusive to macOS but make sure aws .json file has no dollar signs in the strings and is being edited/saved within the...
Read more >Add and configure components - ServiceNow Docs
Learn how to add components to your page in UI Builder. A page is built by adding components.
Read more >Mastering - Kafka Streams and ksqlDB
never-ending streams of data—without which an event streaming ... data pipeline, apply data transformation logic using a rich set of stream ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, that will be great. Right now it can be done via setting an arbitrary number:
Just one more thing (not very related): the bottom of the guide in data transformers (https://altair-viz.github.io/user_guide/data_transformers.html) it not correct. I think it should be
Oh, I see… that’s an issue.
As soon as #776 is merged you’ll be able to do
and it will work.
We should make the headless renderers use that automatically… the max rows error is intended for the live rendering use-case.