We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{'title': 'Layout01715', 'views': [{'by': ['species'], 'download': {'color': '#fff', 'filename': 'scatter_plot_penguins.csv', 'format': 'csv', 'index': False, 'size': 0, 'type': 'default'}, 'field': '', 'groupby': [], 'kind': 'scatter', 'limit': 100, 'loading_indicator': False, 'pipeline': {'filters': [{'field': 'island', 'table': 'penguins', 'type': 'widget'}], 'source': {'cache_dir': '', 'cache_per_query': False, 'cache_with_dask': False, 'shared': True, 'tables': ['penguins.csv'], 'use_dask': False, 'type': 'file'}, 'table': 'penguins'}, 'selection_expr': {}, 'selection_group': '', 'title': 'Body Mass vs Flipper Length Scatter Plot', 'x': 'body_mass_g', 'y': 'flipper_length_mm', 'type': 'hvplot'}]}
Layout.from_spec(yaml.load(yaml.dump(layout.to_spec()), Loader=yaml.FullLoader))
Results in:
File [~/repos/lumen/lumen/layout.py:895](https://file+.vscode-resource.vscode-cdn.net/Users/ahuang/repos/lumen-llm/~/repos/lumen/lumen/layout.py:895), in Layout.from_spec(cls, spec, **kwargs) 893 if 'pipeline' in view_spec: 894 pname = view_spec['pipeline'] --> 895 pipelines[pname] = Pipeline.from_spec(pname) 896 continue 897 elif 'pipeline' in spec: TypeError: unhashable type: 'dict'
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Layout.from_spec(yaml.load(yaml.dump(layout.to_spec()), Loader=yaml.FullLoader))
Results in:
The text was updated successfully, but these errors were encountered: