Skip to content

Commit

Permalink
adding warning message for omop teva users (#68)
Browse files Browse the repository at this point in the history
adding warning message for users
  • Loading branch information
svittoz authored Jun 12, 2024
1 parent 3a70b96 commit 25064ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/functionalities/omop-teva/quick-use-omop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25064ce

Please sign in to comment.