Move/Resize Variables Explorer in VSCode Jupyter Notebook - jupyter-notebook

How can I customize the location and size of the Variables Tab in VSCode so I can move it to a split screen?
If that is not possible, how can I run 2 instances of VSCode with the same kernel so the variable explorer only eats up space in the second screen? Is there a better workaround than this?

Related

Why tmux window in iterm2 has different appearance?

While using tmux in iTerm2 (both normally and using -CC native integration), I noticed that tmux window is of a different style compared to the original iTerm2 window. Specifically, the color theme (Material) is preserved as I see (deep blue background of a window), but the command line itself (hence, I suppose this is oh-my-zsh configs) are not preserved. See the picture attached.
I'd like to know why, and how to make them of one style.
iTerm2 original window:
tmux window inside iTerm2:

set presets with gTile gnome shell extension

I'm trying out a 43Inch screen and I'm using the gnome shell extension gTile, and I can't figure out how to:
have a preset to bring all windows to center with predfined dimensions, i.e. 70%x50%
have a hotkey to bring the current window to center with same predefined dimensions
have a hotkey to set all windows in right or left column, i.e. devide the screen in half.
Any ideas how to go about it?
The built in decsription doesn't tell me much:
Thanks in advance!
is not implemented, 2. is a standard gTile functionality with preconfigured hotkey Super-Alt-5. 3. There is autotile in multiple columns, you need to autotile in 2 columns. Super-Enter to activate gTile, then 2 (means press 2).

Text aligned from right to left on Jupyter notebook

I'm running the Jupyter notebook from local Ubunto machine in Windows 10.
The problem is that all the text is aligned to the right side of the screen, including the menu - the "Files" tab for example is on the most right side.
It is very hard to read the text this way.
Is there a way to "convince" the Jupyter notebook to lunch as left to right language?
I tried to define the locale parameters and now everything is en_US.UTF-8.
I also tried to run the jupyter notebook from Edge and Chrome but both lunch with text aligned to the right.
I don't see this problem at other sites, but I don't think it is Jupyter specific issue.
image of my Jupyter Notebook
It turned out that it was the Google Chrome setting after all.
I needed to change the language setting so that the English will be on the top preference.
Jupiter decide it base on browser language as mentioned here. Inside a specific notebook you can press Ctl+Shift+f and select toggle rtl

Jupyter notebook table style changes when saved as html

I'm using jupyter notebook version 5.2.2 with python
When I display a DataFrame in the notebook the table style looks really nice. Especially the alternating grey and white row colors. When I save the notebook as html the nice style disappears.
Is there any way to keep the style that appears in the notebook itself?
Unfortunately, there is no way to achieve this. I have run into this problem before. When you convert the notebook to HTML you lose that styling.

set tmux/R window background color when using Vim-R

I'm using MacVim and Vim-R to interactively edit and run R code. Everything seems to be working fine, but I can't seem to figure out how to set the background color in the tmux window that R runs in.
To be precise: I open up a .r file with MacVim. Then I type _rf, which causes XQuartz to start up, and a window with the title 'tmux' to open up with R running inside of it. When I highlight lines of code and send them to R from MacVim, everything seems to work fine. But the default background color of the tmux window is white, which makes the nicely colored output text hard to read.
How can I change the background color of the tmux window to something darker?
See this part of the doc to force your plugin to use the right terminal emulator.
If you don't want to do that (I think that you should), you can configure the appearance of xterm in the ~/.Xresources file. This guide gives you useful examples.

Resources