aernesto / dots-reversal-ideal-obs

Python code that models ideal-observer for dots-reversal task
MIT License
1 stars 1 forks source link

Error Creating the Jupyter Interactive Widget #1

Closed JustinChavez closed 7 years ago

JustinChavez commented 7 years ago

I tried running the jupyter notebook, but I keep getting the following error which prevents me from interacting with the widget:

image

I was sure to run all the cells before this cell. Do you think it may be a package I have not downloaded?

I am running Python 3.6.2

aernesto commented 7 years ago

@JustinChavez Have you tried what they describe here? https://github.com/jupyter-widgets/ipywidgets/issues/541

JustinChavez commented 7 years ago

I have resolved the issue. I did not have the ipywidgets package and installed it through this link: http://ipywidgets.readthedocs.io/en/latest/user_install.html