From 25064cef9a2e27a93b0f5b5e932de967e3fc1329 Mon Sep 17 00:00:00 2001 From: svittoz <137794505+svittoz@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:45:38 +0200 Subject: [PATCH] adding warning message for omop teva users (#68) adding warning message for users --- docs/functionalities/omop-teva/quick-use-omop.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/functionalities/omop-teva/quick-use-omop.md b/docs/functionalities/omop-teva/quick-use-omop.md index 9ad8f5f4..859fa068 100644 --- a/docs/functionalities/omop-teva/quick-use-omop.md +++ b/docs/functionalities/omop-teva/quick-use-omop.md @@ -4,6 +4,9 @@ This tutorial demonstrates how the OMOP teva module can be quickly used to gener Simply apply ```generate_omop_teva``` function after loading the data. It will create a directory with one HTML per OMOP table. +??? warning "Avoid Jupyter Notebook" + Koalas framework with high volumetry processing in Jupyter Notebook might cause computationnal delay and memory issues. Prefer spark-submit script to run OMOP Teva. + ??? tip "Loading dataset" ```python