ZihaoXing
ZihaoXing
> Hi @ZihaoXingUP currently the best way is with a different extension https://github.com/ianhi/jupyterlab-vimrc see discussion here: [#17 (comment)](https://github.com/jwkvam/jupyterlab-vim/issues/17#issuecomment-632903257) thanks so much! i will try to use this!
> 是不是你多选了呢?不能用`vaw`进行选择,你可以使用比如`vfs`, `vfd`进行选择。 > > > > 强烈建议你使用windows下的windows terminal终端用vim选中发送代码每次都会多发送一个字符,导致执行报错,而我用xshell或者Linux下的终端进行选中或发送都是正常的。
> I can implement a solution but I don't know if it is what you want. > > For example, if the cursor in on `np.exp` and press some button,...
> I can implement a solution but I don't know if it is what you want. > > For example, if the cursor in on `np.exp` and press some button,...
> > I can implement a solution but I don't know if it is what you want. > > For example, if the cursor in on `np.exp` and press some...
> Hi @ZihaoXingUP it looks as though you installed using `pip` which is what is necessary to install for jlab3. For jupyterlab 2 you can still install it using: >...
> @ZihaoXingUP I believe some of the information you want might be in supplemental files from DOI: https://doi.org/10.1016/j.cell.2018.02.052 thanks, i download the clinical data from cBioPortal which have the OS(Overall...
> Experiencing a similar issue trying to use par(mfrow=c(1,2)) > > ``` > library(survival) > library(survminer) > > # example data frame > xx = data.frame(stim = c(2, 1:4), >...