Skip to content

Commit 2c355f1

Browse files
jaharvey8ricardoV94
authored andcommitted
suppressed pip install bambi output in GLM core notebook
1 parent 4e80b37 commit 2c355f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/learn/core_notebooks/GLM_linear.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"try:\n",
269269
" import bambi as bmb\n",
270270
"except ImportError:\n",
271-
" !{sys.executable} -m pip install --upgrade bambi\n",
271+
" !{sys.executable} -m pip install -q --upgrade bambi\n",
272272
" import bambi as bmb"
273273
]
274274
},
@@ -553,7 +553,7 @@
553553
"name": "python",
554554
"nbconvert_exporter": "python",
555555
"pygments_lexer": "ipython3",
556-
"version": "3.11.3"
556+
"version": "3.10.12"
557557
},
558558
"latex_envs": {
559559
"bibliofile": "biblio.bib",

0 commit comments

Comments
 (0)