holoviz/lumen

Unable to launch penguin example: `__init__() got an unexpected keyword argument 'arg'`

tomascsantos opened this issue · 3 comments

ALL software version info

https://gist.github.com/tomascsantos/593d449dd5d4c8a3094b730eef46fa26

Description of expected behavior and the observed behavior

Tried to follow getting started instructions, was unable to launch penguins example.

Complete, minimal, self-contained example code that reproduces the issue

Screen Shot 2022-06-14 at 11 35 56 AM

I copied dashboard.yaml from penguins directory in github. I'm probably doing something silly but not sure what it could be :/

Hi @tomascsantos !

I intend this week to set up the gallery of Lumen so that the examples are actually deployed. I'll let you know if I also encounter that issue.

I have been able to reproduce your error with the latest official release of Lumen. Since then there's been many many dev releases. You can install the latest dev release with pip install lumen --pre or conda install -c pyviz/label/dev lumen. Note however that Lumen is still largely undocumented (WIP), the examples haven't been updated in a while and don't show all you can do with Lumen. Also, the examples need these additional dependencies to run:

  # required for bikes, penguins 
  - dask
  # required for bikes, penguins, precip
  - fastparquet
  # required for bikes
  - shapely
  # required for nyc_taxi
  - intake-parquet
  # required for nyc_taxi
  - datashader
  # required for precip
  - intake
  # required for seattle
  - altair

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.