JT

Results 3 issues of JT

To get glmtools and jupyter notebook to play well together I needed to do the following: 1. edit the environment.yml file to require python=3.8 2. change to glmval env 3....

The use of ipywidgets >= 7.0 leads to multiple plots being produced when the event slider is advanced. This behavior is noted in https://github.com/jupyter-widgets/ipywidgets/issues/1919

There is an error in the glmtools example notebook named "plot_glm_test_data". It looks for 'scalebar' in glmtools.plot.mapscale... code: from glmtools.plot.mapscale import scale_bar but! No module named 'glmtools.plot.mapscale' looking at the...