ParkGyeongTae commented on PR #4947: URL: https://github.com/apache/zeppelin/pull/4947#issuecomment-3036138497
@Reamer I discovered something new. When Zeppelin is running, notebook names with spaces are displayed correctly. However, after shutting down and restarting Zeppelin, the spaces in notebook names are shown as %20. Interestingly, if I create a new notebook before restarting, the space is displayed properly. But after restarting, even that notebook shows %20 instead of spaces. To fix this, I modified the NoteInfo.java file located at zeppelin/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/NoteInfo.java. What do you think about this approach? Initial launch  Notebook created while running  After restart  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
