alevilla
New Contributor II

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 libreoffice-writer openjdk-8-jre-headless libreoffice-calc -y

 Hope it helps!