About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Last updated: Nov 21, 2024
To access and work with data that is in IBM Cloud Object Storage, you can use Python functions from a notebook.
With your IBM Cloud Object Storage credentials, you can access and load data from IBM Cloud Object Storage to use in a notebook. This data can be any object of type file-like-object, for example, byte buffers or string buffers. The data that you upload can reside in a different IBM Cloud Object Storage bucket than the project's bucket.
You can also upload data from a local system into IBM Cloud Object Storage from within a notebook. This data can be a compressed file or Pickle object.
See Working With IBM Cloud Object Storage In Python for more information.
Learn more
-
Use ibm-watson-studio-lib for Python to interact with watsonx.ai Studio projects and project assets. The library also contains functions that simplify fetching files from IBM Cloud Object Storage.
Parent topic: Loading and accessing data in a notebook