I'm currently running Apache Zeppelin 0.7.2 on an AWS EMR machine. Is there any way to replace the zeppelin logo and words at the top with any other text and images?
I tried to use the Inspect Elements feature in Chrome on the Zeppelin Webpage and tracked down the image location, which is being loaded from:
/var/run/zeppelin/webapps/webapp/assets/images/zepLogoW.png
I tried to replace the above image file with the target image and made changes to the navbar.html to change the zeppelin word at the top left navigation bar. However, even after making these changes when I restart the Zeppelin service using :
sudo stop zeppelin
sudo start zeppelin
The changes don't reflect in the browser even after refreshing. Is there any way to make such changes reflect in the browser and persist as well. Thanks in advance!