Search code examples
pythonjupyterexternalhard-drive

Access to data in external hdd from jupyter notebook


I am a python3 beginner, and I've been stuck on how to utilize my data at my scripts. My data is stored in an external hdd and I am seeking for the way to retrieve the data to use on a program in jupyter notebook somehow. Does anyone know how to make an access to external hdd?


Solution

  • Hard to say what the issue is without seeing any code. In general make sure your external hard drive is connected to your machine, and when loading your data (depends on what kind of data you want to use) specify the full path to your data.