We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41bd602 + dfcec06 commit 6ae047dCopy full SHA for 6ae047d
dash_cytoscape/__init__.py
@@ -12,7 +12,7 @@
12
from . import utils
13
14
15
-if not hasattr(_dash, 'development'):
+if not hasattr(_dash, '__plotly_dash') and not hasattr(_dash, 'development'):
16
print('Dash was not successfully imported. '
17
'Make sure you don\'t have a file '
18
'named \n"dash.py" in your current directory.', file=_sys.stderr)
0 commit comments