Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
oleksiyskononenko opened this issue Sep 30, 2023 · 0 comments
Open

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

oleksiyskononenko opened this issue Sep 30, 2023 · 0 comments

Comments

@oleksiyskononenko
Copy link

oleksiyskononenko commented Sep 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant