How do I restore the default way cells and output appears in jupyter-lab, currently they are appearing side by side? - jupyter

The cells and their output are appearing side by side instead of the default vertical setting. How do I restore this to the previous setting?
I have only been able to increase and decrease the width of the cells so far

I believe you accidently activated Render Side-by-Side in jupyterlab. You can go back to its default view by press Shift+R
or
Go to View > Render Side-by-Side and click it.

Related

How do I make the output window's content always scroll to the bottom?

I came from PyCharm, and starting in VSCode, when I print a lot of content in the output window in VSCode, the output window will stay from the output of the last executed content, and I need to scroll all the way down to see the last part of the new output content.
Is there a way I can set it up so the output window will automatically go to the bottom of the output content? I have googled and searched stackoverflow, without any luck.
Here is some visual to show what I mean
I need to manually scroll down to see the last content
Two things to try:
In your second screenshot, there is a padlock in the top right of your output window. That enables/disables auto scrolling. You currently have is disabled. Try enabling it.
There is a setting called output.smartScroll - I wonder if disabling that might achieve what you want (if you are clicking in the output box at least).

How to move Output or Terminal back into the panel in the window layout?

Recently in VS Code, somewhere around v1.42 or v1.43, we gained the ability to move around the following windows/panels that used to be stuck in the panel:
Terminal
Output
Debug Console
Problems
They could be split into multiple items in the panel itself (side-by-side or top/bottom, depending on whether the panel was at the bottom or left/right), and even dragged into the side-bar.
This was great, but after moving all of these windows to the side-bar while experimenting, I can't find any way to move them back into the panel. The panel is now empty, except for 3 dots (an ellipsis) in the upper left corner. You can still hide/show the panel, and move it left, bottom, or right, but there is nothing in it, and you can't drag anything to it. Dragging the terminal into the panel shows an icon that looks like it will successfully move (it's not the icon with the circle/cross-out you get other places it won't drop), but when releasing the click-drag, nothing happens.
I had just upgraded to v1.45.0 when this happened. It appears to be a defect, unless I'm missing something. Does anyone have a way to put the terminal or one of these other windows back in the panel, or reset their position? I combed the settings, and tried to find default setting's files (system or user) that might hold info on what is in the panel vs. the sidebar, etc., but couldn't find anything via search or on my PC. Any ideas?
Note: This is NOT about moving the panel between the left/right/bottom positions, or selecting the terminal/output/etc. in the panel itself. That's "old news", this is a recent feature.
Here is a view with the Terminal, Output, Debug Console, and Problems put at the top of the sidebar toolbar, and Terminal focused. The Panel is just to the right of the sidebar window, set to the "left" position, completely blank and useless. The "welcome" window on the far right side:
And here are my current settings:
See this issue https://github.com/microsoft/vscode/issues/96117 (Empty panel behaves weird)
Suggested fix:
Run the command View: Reset View Locations in the command palette.
Please see: https://www.technipages.com/visual-studio-reset-window-layout
Menu Window / Reset Window Layout worked for me in VS 2019

How to hide or dock result grid panel/toolbar in MySQL Workbench 6.3?

I am seeing the following panel in the result grid.
Based on the research I've done, for many people this panel is docked. However, in my application it's hidden then displayed upon hovering in that area. This has become very annoying because it's hard to use the scrollbar there.
I've looked all over in the preferences and toolbars but can't find a way to disable it.
Does anyone know how I can get rid of it altogether or make it static?
You probably activated the "hidden" mode. Klick on the small icon right beside the bar:

Stop Layout Options icon appearing by default on callouts in Word 2013

This is driving me mad! I love the new layout options in Word 2013, but when a callout gets to a certain size the icon for it obscures the end of the arrow, and you can't move the arrow:
Don't suppose anyone knows either how to get rid of the icon, how to click and drag on the yellow end of the arrow, or how to stop the icon appearing in the first place?
Thanks in advance.
Here are two answers that helped me. The second option gets rid of the floating Layout Options button, but at the cost of disabling some features of Word 2013.
First Option:
http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/any-way-to-disable-the-layout-options-button/47f6af4a-2acd-483e-a953-6415c8530554
It might help to increase the zoom (use the slider at the right end of the status bar) while you work with the picture.
Second Option:
http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/layout-options-icon-word-2013-suddenly-missing/ce304589-9db2-44c5-b1e1-8fd6596b70c4
Is the document in Compatibility Mode (shown by those words appearing in the title bar along with the document name)? If that's the case, click File and then click the Convert button. That will make the Layout Options button appear when a picture is selected, as well as turning on other features that are available only in the 2013 format. When you save, the document file will change to the .docx extension.
I know the second quote is about turning the Layout Options button on, but it works backwards, too. I saved my file as a *.doc instead of a *.docx and the floating button went away.
When you're finished editing your callouts, you can save it again as a *.docx.
One method that helped me was to flip horizontal, change the leader position, then flip back. That way the leader line is temporarily on the opposite side of the layout button, and both handles of the leader line are accessible, then can flip back. It is an extra step, but is another alternative.
In an attempt to automate this to quickly flip the object back and forth, I couldn't find a macro command to make a shortcut, or anything under Customize Ribbon with custom Keyboard Shortcuts to Flip Horizontal (MoreRotationOption opens up a dialog which does not give an option to flip).
The Flip Horizontal command could be called by pressing ALT JD (Format) AY (Rotate Objects) H (Horizontal) when the object is selected...
The best I could do was to add Rotate Objects to the Quick Access Toolbar, then the Flip Horizontal command could be called by pressing ALT # (whatever number you assign) H (Horizontal) which is three keystrokes.

Eclipse: Create a group of tabs(Console, Servers, Problems … )

Is there a way to create a hotkey to hide and show the entire bottom tab group? The one that normally contains Console, Problems, Servers and so on...
I want to have it a fastview but as far as I know this is only possible per tab within that group.
I want the entire group to appear on a hotkey and as a fast view.
I am hoping for a miracle here. Perhaps there is a plugin for this? Eclipse 3.4
Thanks!
If your goal is just to maximize editor space, you can double-click on an editor tab and it will grow to fill the entire window. Double-click again and it will restore back down, showing all the other view tab groups.
This might be an ok solution:
Minimise the tag group (minimise button on top left).
Whenever you want to access a view from that group use Cntrl+F7 - this brings up a view menu.
Hold down cntrl and keep hitting f7 to go to the view you want to display, let go. If the view was hidden it is now shown as a fast view.