Hi. At first I had a problem loading the notebooks locally. This seems to be a problem with the newest version of dlai-tools (0.5.5). When you downgrade to version 0.3.2 there is no problem anymore.
You can do this by entering in terminal: pip install dlai-tools==0.3.2
Thanks for sharing your discovery here. Note that there may be lots of other potential “versionitis” issues: the world of python packages evolves pretty rapidly. If you want an actual strategy for managing this, Anaconda is specifically designed for that purpose. Here’s a thread which gives some help with that, although it may not be complete.