Hello!
First of all: Thank you very much for your dedication and support! I really appreciate these courses!
I found an issue with the notebooks in this course from Unit 05 on (up to the final project): There is a wrong vue script in the header of the given solution and notebook-files. The given script is
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
but it should be:
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js"></script>
Please update these files because it causes the webpage not to load properly, making the connection to the simulation-robot difficult.
Thank you!