Hi All,
I have been using plotly for a while and it worked great until i had to use FigureWidget to interact with mouse events.
The following code doesnât output anything:
import plotly.graph_objects as go
f = go.FigureWidget()
f
while this code âw/ the .show()â works and i could see the graph:
import plotly.graph_objects as go
f = go.FigureWidget()
f.show()
I tried on Windows and Linux, from terminal or from Jupyter notebook ⌠i also matched my version with the version on github as suggested inthis thread ⌠i even created a new anaconda environment from scratch but nothing helped.
i noticed others are also running into this issue here.
iâm putting my pip list output below, if you can help i will be thankful as i spent hours without finding a solution.
Package Version
aiohttp 3.5.4
arrow 0.14.6
asn1crypto 0.24.0
astroid 2.2.5
async-timeout 3.0.1
atomicwrites 1.3.0
attrs 19.1.0
autobahn 19.9.2
Automat 0.7.0
backcall 0.1.0
base58 0.2.2
binance-dex 0.1.3
bleach 3.1.0
certifi 2019.11.28
cffi 1.12.3
chardet 3.0.4
click 6.6
coincurve 12.0.0
colorama 0.4.1
constantly 15.1.0
cryptography 2.7
cycler 0.10.0
cytoolz 0.10.0
dash 1.2.0
dash-core-components 1.1.2
dash-daq 0.1.7
dash-html-components 1.0.1
dash-renderer 1.0.1
dash-table 4.2.0
dateparser 0.7.1
decorator 4.4.0
defusedxml 0.6.0
docker-py 1.8.0
ecdsa 0.13.2
electrumsv-secp256k1 0.9.1
entrypoints 0.3
eth-hash 0.2.0
eth-typing 2.1.0
eth-utils 1.4.1
flake8 3.7.8
Flask 1.1.1
Flask-Compress 1.4.0
foil 0.2.7
funcsigs 1.0.2
future 0.17.1
hyperlink 19.0.0
idna 2.8
importlib-metadata 0.19
incremental 17.5.0
inflection 0.3.1
ipykernel 5.1.1
ipython 7.6.1
ipython-genutils 0.2.0
ipywidgets 7.5.1
iso8601 0.1.12
isort 4.3.21
itsdangerous 1.1.0
jedi 0.13.3
Jinja2 2.10.1
json5 0.8.5
jsonrpcclient 2.0.1
jsonrpcserver 3.1.1
jsonschema 3.0.1
jupyter 1.0.0
jupyter-client 5.3.4
jupyter-console 6.0.0
jupyter-core 4.6.1
jupyterlab 1.2.3
jupyterlab-server 1.0.6
kiwisolver 1.1.0
lazy-object-proxy 1.4.1
MarkupSafe 1.1.1
matplotlib 3.1.0
mccabe 0.6.1
mistune 0.8.4
mkl-fft 1.0.12
mkl-random 1.0.2
mkl-service 2.0.2
mnemonic 0.18
more-itertools 7.0.0
multidict 4.5.2
nb-conda 2.2.1
nb-conda-kernels 2.2.2
nbconvert 5.5.0
nbformat 4.4.0
notebook 6.0.1
numpy 1.16.4
packaging 19.1
pandas 0.24.2
pandocfilters 1.4.2
parso 0.5.0
path.py 12.0.1
patsy 0.5.1
pbkdf2 1.3
pexpect 4.7.0
pickleshare 0.7.5
pip 19.1.1
pkgconfig 1.5.1
plotly 4.3.0
plotly-geo 1.0.0
pluggy 0.12.0
prometheus-client 0.7.1
prompt-toolkit 2.0.9
protobuf 3.6.1
psutil 5.6.3
ptyprocess 0.6.0
py 1.8.0
pyaes 1.6.1
pyasn1 0.4.7
pyasn1-modules 0.2.6
pycodestyle 2.5.0
pycparser 2.19
pycrypto 2.6.1
pycryptodome 3.8.0
pyflakes 2.1.1
Pygments 2.4.2
PyHamcrest 1.9.0
pylint 2.3.1
pyOpenSSL 19.0.0
pyparsing 2.4.2
pyrsistent 0.14.11
PySocks 1.7.0
pytest 5.1.2
python-binance 0.7.3
python-dateutil 2.8.0
pytz 2019.1
pywallet 0.1.0
pywin32 227
pywinpty 0.5.5
PyYAML 5.1.2
pyzmq 18.0.0
qtconsole 4.5.2
Quandl 3.4.5
regex 2019.8.19
requests 2.11.1
retrying 1.3.3
rlp 1.1.0
scipy 1.3.0
Send2Trash 1.5.0
service-identity 18.1.0
setuptools 41.0.1
sha256 0.1
six 1.12.0
statsmodels 0.10.1
tabulate 0.8.3
terminado 0.8.2
testpath 0.4.2
toolz 0.10.0
tornado 6.0.3
traitlets 4.3.2
Twisted 19.7.0
two1 3.10.9
txaio 18.8.1
tzlocal 2.0.0
ujson 1.35
urllib3 1.24.2
wcwidth 0.1.7
webencodings 0.5.1
websocket-client 0.56.0
websocket-client-py3 0.15.0
websockets 8.0.2
Werkzeug 0.15.5
wheel 0.33.4
widgetsnbextension 3.5.0
win-inet-pton 1.1.0
wincertstore 0.2
wrapt 1.11.2
yarl 1.3.0
zipp 0.6.0
zope.interface 4.6.0