Kaggle / kaggle-environments

https://www.kaggle.com/competitions
Apache License 2.0
289 stars 147 forks source link

[Feature request] Add /kaggle/input to module search path #249

Open oleksiyskononenko opened 1 year ago

oleksiyskononenko commented 1 year ago

Currently, sys.path shows the following folders in the module search path

['/kaggle/working',
 '/kaggle/lib/kagglegym',
 '/kaggle/lib',
 '/opt/conda/lib/python310.zip',
 '/opt/conda/lib/python3.10',
 '/opt/conda/lib/python3.10/lib-dynload',
 '',
 '/root/.local/lib/python3.10/site-packages',
 '/opt/conda/lib/python3.10/site-packages',
 '/root/src/BigQuery_Helper']

Is it possible to also add /kaggle/input to this list? In this case modules from external datasets/notebooks could be loaded without a need to adjust the path.

P.S. Not sure if this is a proper repo to open this issue, or I need to open it in docker-python.