Skip to content

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

@oleksiyskononenko

Description

@oleksiyskononenko

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions