Hi @furkan ,I had the same issue.Fixed it running the following in the notebook:%sh sudo add-apt-repository ppa:libreoffice/ppa
%sh sudo apt update && sudo apt-get -y dist-upgrade
%sh sudo apt install libreoffice-common libreoffice-java-common libreo...