IBM Watson Project. How do I re-access my notebook in an active project after logging out - ibm-watson

I have just started IBM Watson Studio. I created a project within which I created a Jupyter notebook. I logged out of it and want to login again after 30 minutes. I do not find any provision to open an existing project even though I am able to create a new project

In the list of projects, click on the name of your project. In the project, switch to the Assets tab, where you'll see list of your notebooks in that project.
To edit a notebook, click on the Pencil icon in the same line. If you click on the name of the notebook, it will open in view mode rather than edit mode. But you'll have another Pencil icon at the top, so you can switch to editing from there as well.

Log in to your watson studio. Click on the IBM cloud at the top left corner. Choose dashboard click on services. Select Watson Studio-62. In the new window click on get started. Then in recently updated projects you will be able to see your project. Click on that. Then a new window will get opened. There you can see Notebooks. Click on the name of your note book. Click on the pencil icon to edit the note book..

Related

My website in SITES reverts from PUBLISH TO EDITOR mode

My under construction website is https://sites.google.com/view/oconomowocseniorsorgharry.
I believe I have it published. However when in PUBLISH mode and I click a page within my website SITES reverts to editor mode.
Open my site.
Click on Programs.
Click on one of the underlined GAMES.
SITES revert to editor mode.
Please help!
Harry

Data Science option does not appear when I am in IBM Watson Studio

I am taking a course offered by IBM on Machine Learning and I am given the following instructions:
Sign in into Watson Studio and import your notebook Sign in into
https://www.ibm.com/cloud/watson-studio Click on 'New Project' Select
'Data Science' as type of project.
However when I click on New Project the option 'Data Science' does not appear. There are four Options but not 'Data Science' among them.
You are missing the entitlement service for Watson Studio which why you do not see the other options.
Go to Settings in Watson Studio
For US South
https://dataplatform.cloud.ibm.com/settings/services?context=analytics&nocache=true
If you are in other region, simply click Settings from top-right circle.
Under Apps Tab -> Click Add Apps or simply click Add other Apps from top-right box under the account drop-down
Click Try it for Free -> Select the plan you wish to add
Click Create.
Click Confirm to Create Watson Studio Service.
Once the service is created,
At landing page, you will see the options you are looking for
Hope this helps.
I think you need to contact support, because you should be something more like -
ignore the template, click "new project" -> new empty project, fill the name of the project. Then the following is all the same.
Why:
Data Science experience has been renamed as Watson Studio.
ref: https://www.coursera.org/learn/machine-learning-with-python/discussions/weeks/6/threads/_rcBnPuBEem2-gr7TnpXlw

icon in task bar will not change when winform is published

I have a winform app running on .net 4. When a certain condition happens, the icon running in the task bar changes from ping_logo to ping_logo_red. (the icon i'm talking about is the one that shows up when you run an application. You click on it and it will restore the windows to the screen or minimize it) The way that the icon is changing is as follows.
I added the ico files as Resources. In the code I change the resource being used
Me.Icon = My.Resources.ping_logo_red
Here is the thing. This works when I run the exe from my machine from the solution bin/release folder. When I publish this and install it from the published location, the icon does not change.
In the publish tab under the project both ping_logo.ico and ping_logo_red.ico are included in the publish status.
what have I not done that is keeping the icon from working in the published app. I've tried to uninstall the app and install it fresh but that doesn't seem to make a difference.
thanks
shannon
If you are using ClickOnce to publish your application then you need to set the icon property in the properties window of your project.
Right click your project -> Properties
Go to application tab
Select your icon file towards the bottom.
Another idea is changing the CopyToOutput property of your .ico file to "Copy Always" or "Copy If Newer".

How can I delete a google cloud project from google cloud console?

Google document says "selecting the 'Delete...' option from the project drop-down menu"
https://developers.google.com/console/help/#deletingaproject
But I cannot find this Delete option from the drop-down menu...
The documenation you are referring to uses this other console https://code.google.com/apis/console/
On the left you will find the dropdown menu.
The snapshot you have shown is of new UI of console, from that UI you won't be able to delete project.
Sebastian Kreft has given the link click on it that will load old view of console and at left you will see project options to delete.
However this will not physically delete your application you will still have option to un-delete the project.

No "Start" menu shortcut using ClickOnce

I am publishing a .NET 3.5 SP1 WPF application through ClickOnce. By default, when the user clicks on the published link the application gets installed and a menu and shortcut are added to the client's Start/All Programs menu.
How can I prevent the shortcut/menu from being created? (Users need to run the application solely by clicking on the hyperlink to the ".application" file on a web page.)
For this behaviour, set it as online only. Project properties -> Publish -> "The application is available online only" (radio button).
It will still do the same local caching of files etc; it is mainly the start-menu that changes (I don't have a full list of the differences).
This can also be changed in the .application file by setting <deployment install="false"

Resources