You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid argument `layout.name` passed into Cytoscape with ID "test".
Expected one of ["random","preset","circle","concentric","grid","breadthfirst","cose","close-bilkent","cola","euler","spread","dagre","klay"].
Versions
Dash 2.3.1
/Users/niels/Documents/GitHub/test/test.py:3: UserWarning:
The dash_html_components package is deprecated. Please replace
`import dash_html_components as html` with `from dash import html`
import dash_html_components; print("Dash Core Components", dash_html_components.__version__)
Dash Core Components 2.0.2
/Users/niels/Documents/GitHub/test/test.py:4: UserWarning:
The dash_core_components package is deprecated. Please replace
`import dash_core_components as dcc` with `from dash import dcc`
import dash_core_components; print("Dash HTML Components", dash_core_components.__version__)
Dash HTML Components 2.3.0
Dash Renderer 1.9.1
Dash HTML Components 0.2.0
P.S. there is missing two underscores in the template for this step, so you get the following error at first:
AttributeError: module 'dash_renderer' has no attribute '__version'
The text was updated successfully, but these errors were encountered:
Description
Trying to use
cose-bilkent
layout is invalid, but it appears in suggested layouts in the related error message.Steps/Code to Reproduce
I have loaded the extra layouts using the code from the documentation - seen below:
When trying to set the layout to
"cose-bilkent"
inCytoscape
component like the following, I get an error:Expected Results
Would be nice to have a
cose-bilkent
layout.Actual Results
The following error popup:
Versions
P.S. there is missing two underscores in the template for this step, so you get the following error at first:
The text was updated successfully, but these errors were encountered: