Cannot locate my projects section in IBM Watson Studio - ibm-cloud

I had created a machine learning service on IBM cloud where I clicked on the option to access in Watson Studio. I then imported a sample project from the gallery and made some changes to notebooks there. I can see the service on IBM cloud I created but am having trouble locating the project and assets on Watson Studio.
This is the resource I had created
On clicking Access in Watson Studio I am redirected to this page..Please note that the instance name is not a link.

In Watson Studio, click the "hamburger" icon (three horizontal lines) in the top left corner, then select Projects > View All Projects to get a list of your projects. The names in the list are links to your projects. You'll find the assets within the project.
Watson Studio is deployed into four separate regions. Please make sure to access the region in which you created your project:
https://dataplatform.cloud.ibm.com/ for US (Dallas)
https://eu-gb.dataplatform.cloud.ibm.com/ for UK (London)
https://eu-de.dataplatform.cloud.ibm.com/ for EU/Germany (Frankfurt)
https://jp-tok.dataplatform.cloud.ibm.com/ for Asia/Pacific (Tokyo)

Related

Unable to create project in IBM Cloud

I am following the steps given in "Getting started: Using IBM DataStage SaaS" and still not able to create project in IBM cloud platform (IBM Cloud Pak for Data).
Confirm your limit for creation is not surpassed. Also check your account CUH storage.
If all that does not work, click on the IBM support on the top pane and you will be redirected to the support url.

I can't access my Watson Studio via Get Started - gets Authorize Redirect ratelimit

I have tried to log out and log in. Deleted the service and created a new one. No success thou. When I look at the url I see I'm being thrown around the entire planet...
Try and log into Watson Studio directly at: https://dataplatform.cloud.ibm.com/settings/regions?context=cpdaas and then select the region where you have provision the Watson Studio instance in IBM Cloud.
Please note that the Watson Studio instance in IBM Cloud is used for entitlement checking and billing. Deleting this instance via IBM Cloud does not remove your Watson Studio projects etc.

How to open Bugs/PBIs in Visual Studio instead of a web browser when connecting to Azure DevOps Service?

I want to implement Team Foundation Server (now known as Azure DevOps Server) for source control and issue tracking. I have only used the on-premises solution previously. For this particular use case, it would be beneficial to have it hosted in the cloud.
I have deployed a VSTS/Azure DevOps Services cloud solution (as opposed to an on-premises TFS/Azure DevOps Server solution), and it seems to have all of the functionality I am used to with the web portal, except there seems to be no direct integration/plugin for Visual Studio.
I can connect Team Explorer to it and query the work items for a basic listing (as shown in the screenshot below) - but if I double click a work item, or if I click New Work Item, it opens in the web browser, not within Visual Studio.
Is this expected behaviour for VSTS/DevOps Services? Do I need an on-premises installation just to get Visual Studio integration or am I missing something? I would like to use their cloud solution as it has a lot of benefits for this particular use-case.
Which opens this:
Instead of this (below screenshot taken from the web):
Any help is much appreciated! I am hoping to get something up and running ASAP, and would rather not have to install & configure a full on-premises solution in the cloud myself. Letting Microsoft handle it is perfect.
It seems odd that there's no Visual Studio support/integration. I have tried on 2 different machines. I have connected one machine which is running Visual Studio 2017 Professional and the other has VS 2019 Professional. Both open and create work items in the web browser instead of within VS. But VSTS/DevOps Services does seem to have all of the other features of TFS/DevOps Server, as far as I can see.
The web portal is great for other stakeholders, but as a developer I like working directly within Visual Studio. In an on-premises installation you get both. Is there any way to do this on a cloud installation?
We need set the Work Items experience in Visual Studio, then we can create new work item in the visual studio.
Steps:
Tools->work items->General->change the option Landing page.
Result:

Unable to add a service to IBM Watson Studio

I cannot create a project in IBM Watson Studio for an online course (sponsored by IBM by the way). I keep getting this error:
"You can only have one instance of a Lite plan per service. To create a new instance, either delete your existing Lite plan instance or select a paid plan".
I am performing the following steps:
1.Watson Studio
2.Create (Lite Plan Option)
3.Get Started
4.Create Project
5.Create Empty Project
6.Select Storage Service --> Here I get the error message
I need to create a Jupyter Notebook in IBM Watson Studio in order to complete the course.
I've deleted the Watson instance and started from scratch several times. I have also created a new account and tried the solutions posted on this forum for similar cases, without success.
Thank you in advance for your help
Looks like you have Lite account on IBM Cloud and here's the limitation with the account type
You can provision one instance of any service in the IBM Cloud catalog
that has a Lite plan.
You can check What's available with your Lite account of IBM Cloud here.
You may have to delete the other service provisioned under Lite plan before creating the Cloud Object Storage service or you can choose the Standard plan of Cloud Object storage service.
To check the Lite services which you already created in your account, navigate to Resource list. You may have to delete

Doc for customizing node-red instance on bluemix does not work

I followed the instruction provided in "https://console.ng.bluemix.net/docs/starters/Node-RED/nodered.html#nodered" to customize my instance of node-red on bluemix.
However, I got redirected back to bluemix homepage (https://console.ng.bluemix.net/) when I tried to download starter code by clicking the "Download Starter Code" icon.
Any ideas???
Method (1)
The starter code of node-red is available in new UI experience. When you are on that page click on "Try the New Bluemix" on top bar. Then click on "Getting overview" tab. Here you can Download the Starter Code.
Method (2)
You can download the starter code for your application here:
https://console.ng.bluemix.net/rest/apps/YOUR_APPGUID/starter-download
This error usually occurs when the language of your browser is set to a language different from English. If changing the default language of the browser the problem persists you can try the following workaround: create a new Node-RED application and click on "Add Git". This will create a new repository on IBM DevOps Services containing the starter code. You could download the code from there.