Skip to content

Commit c978488

Browse files
committed
Comment out %pip install magic in Python script
1 parent 65f72b2 commit c978488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/python_files/feature_engineering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# jupyterlite). We need the development version of skrub to be able to use the
55
# skrub expressions.
66
# %%
7-
%pip install -q holidays https://pypi.anaconda.org/ogrisel/simple/skrub/0.6.dev0/skrub-0.6.dev0-py3-none-any.whl
7+
# %pip install -q holidays https://pypi.anaconda.org/ogrisel/simple/skrub/0.6.dev0/skrub-0.6.dev0-py3-none-any.whl
88

99
# %%
1010
import polars as pl

0 commit comments

Comments
 (0)