How to change Jupyter notebook's name (not the project's name) within Watson Studio project? - watson-studio

The (i) icon on the top right corner of the notebook only allows me to change the project's name not the notebook's name.

The following is based on the current UI in dataplatform.cloud.ibm.com as of 2022-11-10, and works similarly in recent releases of the on-prem version (Cloud Pak for Data).
To change the name of a notebook:
Open the notebook for editing.
Click the (i) icon near the top right corner.
In the panel that appears on the right-hand side, make sure that the "General" tab is selected.
Click the pencil icon next to "Notebook".
Edit the name and click "Save".
Next time you navigate to the list of notebooks, you'll see the new name there.
To change the name of the project:
Navigate to Manage -> General.
Click the pencil icon of the "Details" widget.
In the dialog that appears, edit the name and/or description of the project.
Click "Save".
Note that the name of the notebook has no effect on the filenames that you'll see when you export a project. Those cannot be changed. When you create a notebook, the filename is chosen based on the initial name of the notebook.
If you are concerned about filenames, you can create a copy of a renamed notebook, then delete the original. The filename of the copy should then be based on the initial name of the copy.

Related

Microsoft Edge always open new tab instead of new window

Since last week, when I right click on Edge taskbar tab to open new tab or new window, it opens a new tab always, instead of opening a different window
This is how it looks.
I checked out all options, but didn't find any such customization. I tried to un-install and re-install the Edge browser, it worked for a while, but once the system restarted, it started same behavior again!
Any idea, how could I change that to open new window when clicking on 'Microsoft Edge' instead of opening a new tab in an existing window?
From your description, I assume that there might be some malicious software hijacking your Edge browser. It locks the homepage of Edge and tampers the shortcut of "Microsoft Edge".
The right behavior of clicking on "Microsoft Edge" should be opening a new window. But I can reproduce your issue with the steps below:
Right click Edge icon on taskbar.
Right click Microsoft Edge then click Properties.
In the Microsoft Edge Properties window, add a webpage url after Target value.
Click Apply, OK to save the changes.
Click Microsoft Edge in taskbar Edge right click menu, it will open the webpage url as a new tab in an existing window.
You can refer to my steps above to check your Edge Target value in Microsoft Edge Properties. Please make sure there's only the path of Edge exe in the Target value. The right value of Target should be like this (your path might be different with mine, below is just an example of mine):
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"
If there's anything else, it's very likely that a malicious software tampers it. Then you should check your computer thoroughly to remove any malicious software and virus.

How do you change the icon for an automator app?

I have created a simple application for my Mac using Automator. I am trying to change its icon from the default robot icon, but anything I try does not work. I have tried copy-pasting the image I want using the Get Info technique, but that didn't work. I also converted the image I want as my icon to a .icns file and put it in the resources folder inside the package contents folder for the app. I also renamed that icon to AutomatorApplet.icns. This technique did not work either. Are there any other techniques I can try, or am I simply doing something wrong?
The copy-paste technique actually works. The one thing I realized I missed is to select the image. You need to hit command-a to "select all" before you can copy the image you want to use as your icon. Then to paste the image onto the app/file you want to have the image as an icon for, just select the item and hit command-i. The get info panel opens and you will need to click on the icon on the top left. Hit command-v and your new image should be used as an icon.

Is it possible to move single open file between panes in VS Code?

I want to have the openned in VSCode file moved from one pane to another. Just like in Sublime ctrl+shift+1 / ctrl+shift+2. What command is in charge of this?
split editor vertically (the second pane is empty), I do this by workbench.action.editoLayoutTwoColumns
move current open file from the first pane to the second
Open the command palette and search for View: Move Editor into to bring up related commands. In this case, you might be specifically looking for the following:
Command
Move Editor into Next Group
Shortcuts
Mac: ctrl+cmd+right
Windows/Linux: ctrl+alt+right).

Creating youtube thumbnails on external website

I am building a website with software called serif. Basically, a drag and drop type of package.
What I would like to do is have a homepage with thumbnails from youtube videos so that when users click on the thumbnail, it will allow them to view the video on a larger screen within a different page.
Is there any way I can create quality thumbnails for this purpose?
I have seen website that automatically create thumbnails or alternatively I could right click/save on the thumbnail from youtube and use this image with a hyperlink to the page I require. Would this be okay with google's TOS??
Many Thanks,
Dave
To link from an icon, picture, or inline player:
From the Quick Build tab (Media category), click Sound or Video and then click on your page.
- or -
Choose Media from the Insert menu and select either Sound... or Video... from the submenu.
Select your media location, either available locally (File) or via the Internet (URL).
Enable File, then click Browse... to locate and select the media file. If you do not wish to embed the file, uncheck Embed sound file in site (or picture equivalent). Click Export Options... if you want to choose how the file is published to the web.
- or -
Enable URL, then enter (or type) the absolute web address for the file. You could paste in the target's URL (using Paste from clipboard), if it already exists on the Internet—ensure you copy the exact URL of the file rather than that of just the website.
Select a link display option (icon, inline, or picture).
Click OK to close the dialog, then click (or click and drag) with the cursor to place the icon, picture, or marker on your page.
If you choose not to embed your source files, we suggest you keep them together in a single subfolder, named "Media" or the like. When you publish your site, WebPlus exports and copies both embedded and non-embedded files into a common folder.
To add linked sound or video to a selected object or hotspot:
For a hyperlink object, select a portion of text, picture or page object and then click Hyperlink on the Web Properties toolbar.
- or -
For a hotspot, select Hotspot from the Insert menu and then click and drag on your page.
In the dialog, select File to create a hyperlink to a sound (or video) file on your hard disk.
Click Browse..., locate and select the media file, and click Open.
If you do not wish to embed the file, uncheck Embed file in site.
(Optional) Set Export Options... to define an exported file name and physical location. (See Setting image export options)
In the dialog's Target Window tab, a range of target windows or frames can be chosen depending on how you want the link destination to be displayed. (See Adding hyperlinks and actions).
Click OK.
REFER -
http://www.serif.com/appresources/WPX6/Tutorials/en-gb/help/adding_sound_and_video.htm

How to set Menu Help Text in Window Custom ShellExtension popup menu Item

I need to set the menu help text of my shell context menu popup menu item just like winzip shellContext menu. I tried IContextMenu_GetCommandString but it is only setting menu help for sub menus of my main popup menu. Please help me and let me know how to set the menu help for my main poup menu?
Thanks
In case you haven't solved this already, here is what worked for me.
You need to insert your popup menu into the explorer menu using InsertMenuItem, as described here. This allows you to give your popup menu an ID.
The shell passes that ID into IContextMenu_GetCommandString when querying the items, by way of checking for that ID you can return any help string you need.
However, it may simply not be displayed if you right-click on a folder in the (left) folders pane of explorer, and not in the files pane to the right. On my system, if one or more elements are selected in the files pane, the properties (type, size, name and some more stuff) are displayed in the status bar, even if I right-click on any folder in the folders pane.
This seems to be standard behaviour - at least on my system it's the same for all installed custom extensions and even for the default explorer menus.

Resources