Lex Avstreikh
10/13/2022, 1:57 PMdfi.export(styled_table, 'somepng.png')
and it gives me back OSError: Chrome executable not able to be found on your machine
in the log of the notebook
tried to install apt install chromium-chromedriver
but does not seem to change anything.
any clue?Yannick
apt install chromium-chromedriver
within an Environment? If so, you need to restart the kernel to make sure it uses the newly built Environment.
Does that solve the issue for you?Lex Avstreikh
10/13/2022, 2:04 PMpip install lxml
to the env.Yannick