I’m trying to run the lab notebook in PyCharm. The lab loads up, but on cell #2 the date picker doesn’t work, and clicking on the Simulate button doesn’t do anything. Anyone able to get this running?
Thanks!
-Ven
I’m trying to run the lab notebook in PyCharm. The lab loads up, but on cell #2 the date picker doesn’t work, and clicking on the Simulate button doesn’t do anything. Anyone able to get this running?
Thanks!
-Ven
Hi @ven_r!
Usually when such error ocurrs it is because you must update your libraries such as ipywidgets, this is why we recommend using Coursera environment, because the notebook is built to work from there.
If you want, you can type !pip list in any code block to display the installed libraries and their verions in Coursera and then try to have the same libraries and versions in your local machine.
I hope that helps.
Thanks,
Lucas