RoachZhao
RoachZhao
这个翻译可以设置为必应,有道,百度之类的么?
 No error report, but show nothing.
@pinggit 所以你使用的 vim-repl 这个插件调试Python么?如果是的话, > `:redraw!` 可以解决这个问题么? @sillybun 个人建议使用 [vimspector](https://github.com/puremourning/vimspector) 这个来调试代码,和vscode完全一样,不知道你用过没有。 当然,vim-repl 的调试功能咱还没有用过,现在Vim debug基本都是 vimspector 了支持各种语言。
``` hmank ~ » ls /home/roach/.pyenv/versions/3.7.4/envs/nn/bin/activate_this.py ls: 无法访问 '/home/roach/.pyenv/versions/3.7.4/envs/nn/bin/activate_this.py': 没有那个文件或目录 hmank ~ » ls /home/roach/.pyenv/versions/3.7.4/envs/nn/bin activate f2py3.7 jupyter jupyter-run pylint saved_model_cli activate.csh google-oauthlib-tool jupyter-bundlerextension jupyter-serverextension pyreverse skivi activate.fish imageio_download_bin jupyter-kernel...
``` activate activate.csh activate.fish ``` are bash, zsh, fish scripts.
Ok, I generate console config sucessed, but qtconsole failed. ``` (nn) hmank ~/.jupyter » jupyter qtconsole --generate-config Traceback (most recent call last): File "/home/roach/.pyenv/versions/3.7.4/envs/nn/lib/python3.7/site-packages/qtpy/__init__.py", line 204, in from PySide import...
 Activate the virtual env not works. Error: ``` 处理 function jupyter#init_python[4]..21_init_python 时发生错误: 第 20 行: E605: 异常没有被捕获: [jupyter-vim] s:init_python: failed to run Python for initialization: Vim(pythonx):vim.error: Vim(let):E15: 无效的表达式: "could...
Yeah, code block below, `vim-jupyter` in brackets first line is the name of venv. ``` (vim-jupyter) hmank ~ » vim ttt.py 处理 function jupyter#init_python[4]..21_init_python 时发生错误: 第 20 行: E605: 异常没有被捕获:...
Yes,  HAVE FUN in China!!
Any updates for this issue in coming days? 😃