Skip to content

Commit

Permalink
🐛 try to fix tqdm error
Browse files Browse the repository at this point in the history
- hide all features per default
  • Loading branch information
Henry committed Nov 7, 2023
1 parent ecf96b5 commit 4d5c5a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/tutorial/log_reg.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,11 @@
"cell_type": "code",
"execution_count": null,
"id": "88bdaf83",
"metadata": {},
"metadata": {
"tags": [
"hide-output"
]
},
"outputs": [],
"source": [
"# in case you need to subselect\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/log_reg.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
# ## Combine clinical and olink data
#

# %%
# %% tags=["hide-output"]
# in case you need to subselect
feat_to_consider = clinic_for_ml.columns.to_list()
feat_to_consider += omics.columns.to_list()
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ docs =
sphinx
sphinx-book-theme
myst-nb
ipywidgets

[options.packages.find]
where = src
Expand Down

0 comments on commit 4d5c5a0

Please sign in to comment.