renderer issue after upgrading to v3
See original GitHub issueLove the package and the approach. I have successfully used version 2, but I am having renderer issues after upgrading to version 3. Perhaps my real problem is that I don’t use git and so don’t deeply understand version control and therefore don’t know where the documentation lives for version 3.
I am running altair 3.0.0rc1, jupyterlab 0.35.4, python 3.6.8
import altair as alt
alt.renderers.enable('jupyterlab')
cars=alt.datasets.load_dataset('cars')
alt.Chart(data=cars).mark_point().encode(
x='Horsepower:Q',
y='Miles_per_Gallon:Q'
)
gets me:
<VegaLite 3 object>
If you see this message, it means the renderer has not been properly enabled
for the frontend that you are using. For more information, see
https://altair-viz.github.io/user_guide/troubleshooting.html
The link goes to the version 2.4.1 documentation, which alludes to having at least jupyterlab 0.32, which I do.
My question probably betrays my shallow understanding, but hopefully there are other shy lurkers who I’m speaking for as well.
Many thanks in advance, Vinod
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Image Renderer plugin v3.6.1 failed rendering after upgrading ...
I'm upgrading the Grafana Image Renderer from v3.3.0 (which worked beautifully) to v3.6.1 due to CVE-2022-31176.
Read more >How to resolve Vue 3 custom renderer error - Stack Overflow
I added a new build:renderer command to the renderer and it's working correctly when I install from NPM now.
Read more >Known issues | Universal RP | 14.0.3
Renaming UniversalRenderer to NewRenderObjects causes erroneous behavior: The Renderer switches places with the Renderer Feature and does not ...
Read more >Renderer Issues - Micro Focus iPrint Appliance Administration ...
If you have a remote renderer associated with the iPrint Appliance, then upgrading the iPrint Appliance changes the remote renderer status to Inactive....
Read more >[Hot issue] Crash when rendering, low FPS, saving stuck at 10 ...
We have identified that the issue cause is not D5 Render 2.3 itself, but a recent update of D5 Converter for SketchUp. The...
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
The Vega-Lite 3 renderer is built-in to JupyterLab, (added in https://github.com/jupyterlab/jupyterlab/pull/6133) but that addition has not yet made it into a release.
Until the next JupyterLab release, I’d suggest using Altair v3 with another frontend, such as Jupyter Notebook or Colab.
https://altair-viz.github.io/user_guide/troubleshooting.html#notebook-vegalite-3-object