Global AI and Data Science

 View Only
  • 1.  How to get the Bucket name on Watson studio

    Posted Tue June 30, 2020 10:02 AM
    How can someone get bucket name on Watson studio

    ------------------------------
    Bashiru Akintayo
    ------------------------------

    #GlobalAIandDataScience
    #GlobalDataScience


  • 2.  RE: How to get the Bucket name on Watson studio

    Posted Wed July 01, 2020 03:16 AM
    Hi @Bashiru Akintayo,

    There are two ways that I know of (that is for Watson Studio Cloud, i.e. CloudPak for Data on Public Cloud)
    1. If you have a data asset in the project, create a notebook, open the file pane (with the 1001 icon top right), then from one of the assets, select 'Insert to Code->Credentials' One of the items in the dictionary will be the bucket name.
    2. You can also use the project-lib library, which IMHO is the best way to deal with project resources.
      (see https://dataplatform.cloud.ibm.com/docs/content/wsj/analyze-data/project-lib-python.html)
      For this you need a bit of setup, first go to the Settings tab of your project, scroll down to the section about project token, add an admin project token.Then create a notebook, and use the vertical ellipsis button in the top row, and use Insert project Token option.
      This will insert the project-lib initialization code.  You can then use project.get_project_bucket_name()
    Detailed information can be found in https://dataplatform.cloud.ibm.com/docs/content/wsj/analyze-data/load-and-access-data.html

    ------------------------------
    Philippe Gregoire
    IBM France - TSP & ISV Technical Enablement - Data&AI, IoT Europe
    NICE, France
    ------------------------------



  • 3.  RE: How to get the Bucket name on Watson studio

    Posted Thu July 02, 2020 10:29 AM
    Thanks for sharing such great information, I highly appreciate your hard-working skills as the post you published have some great information which is quite beneficial for me

    ------------------------------
    Balad
    balad co
    ------------------------------



  • 4.  RE: How to get the Bucket name on Watson studio

    Posted Fri August 14, 2020 10:15 AM
    Hi,
    How can one have access to free data sets to practice with on Watson Studio? I just tried a demo.

    ------------------------------
    Olumuyiwa Odundun
    ------------------------------



  • 5.  RE: How to get the Bucket name on Watson studio

    Posted Mon August 17, 2020 10:19 AM
    Visit the Gallery to find sample data sets, notebooks, and projects: https://dataplatform.cloud.ibm.com/gallery?context=cpdaas

    ------------------------------
    SHARYN RICHARD
    ------------------------------



  • 6.  RE: How to get the Bucket name on Watson studio

    Posted Fri July 03, 2020 10:31 AM
    You may also find the Manage object storage video useful on this page: http://ibm.biz/ws-doc-videos

    ------------------------------
    SHARYN RICHARD
    ------------------------------