Closed sabman closed 12 months ago
with 0.4.1 I can still see stuff rendered
virtualenv env
source ./env/bin/activate
pip install jupyterlab lonboard
python -m ipykernel install --user --name "$(basename "$PWD")"
./env/bin/jupyter lab
you might want to look in the console.
alternatively, the issue might just be that the example you're looking at explicitly won't render aside from hovering your cursor over the map. So you need to hover over the US to visualize the Arcs
Actually can you try 0.3.0? It seems I do have some issues still in 0.4.1
Sweet! that worked... thanks heaps
pip install lonboard==0.3.0
Errors from 0.4.1 console FYI:
Let me know I can help look at the logs more deeply.
Could you try again with 0.4.2? Thanks!
I tried a few of the examples and they seem to work now again
excellent seems to be fixed including the experimental module
Thanks for the awesome project. I am just trying it out on my mac
I don't have geoparquet installed I assume that's expected coz lonboard has its own version of it.
I tried 3 of the examples none show the map layers.
I'm gonna check for debug options also on a different architecture next but any pointers would be great!