Trying to follow the steps as provided in the video/notebook (02_production).
Got everything up and running on my/local machine (Mac), but not able to make it work on voila (i.e. to see it as a Voilà web application by replacing the word “notebooks” in browser’s URL with: “voila/render”. )
Current URL http://localhost:8888/notebooks/Downloads/fastbook-master/bear_classifier.ipynb
naively replaced with
http://localhost:8888/voila/render/Downloads/fastbook-master/bear_classifier.ipynb
When attempting to run getting this error:
What is the way to make it work locally?
Any help appreciated!