Oliver Ofenloch
Oliver Ofenloch
This test fails ```cpp XLDocument doc; doc.create(fileName); auto wks = doc.workbook().worksheet("Sheet1"); wks.cell("A1").value() = "Hello OpenXLSX!"; std::stringstream sstream2; sstream2
add new methods to class XLSheetBase for conversion of column numbers to names and vice versa (e.g. 703 "AAA") add test for these new methods re-enable most of the test...
use std::filesystem to delete files before creating them extend XLFormula tests add function converting a string in a cell to a proper formula
The entire installation of jupyter and tensorflow is done as user ${TENSORFLOW_USER} with pip. Folder /home/${TENSORFLOW_USER}/.local/bin is added to the environment variable PATH. A notebook folder /home/${TENSORFLOW_USER}/notebooks is created and...
Instead of the hardcoded "/tf" a variable ${TENSORFLOW_NOTEBOOK_DIR} should be used. When I derived my own image from one of yours I let jupyter notebook run as non-root user and...