Files
Man1130/jupyter/Man1130-python-comission/tryout/jupyter-shap-helloworld/Pipfile
louiscklaw e44aead3d5 update,
2025-02-01 01:58:19 +08:00

26 lines
358 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyter = "*"
notebook = "*"
pandas = "*"
quandl = "*"
seaborn = "*"
sklearn = "*"
scikit-learn = "*"
pydot = "*"
bokeh = "*"
jupyter-bokeh = "*"
shap = "*"
ipywidgets = "*"
widgetsnbextension = "*"
pandas-profiling = "*"
[dev-packages]
[requires]
python_version = "3"