文件名称:jupyterlab定义:通过在JupyterLab中单击(或单击一些键)导航到变量的定义
文件大小:349KB
文件格式:ZIP
更新时间:2024-02-26 10:49:25
python r binder ide-features jupyterlab
转到JupyterLab的定义扩展 在JupyterLab笔记本和文件编辑器中跳转到变量或函数的定义。 使用Alt +单击可使用鼠标跳至定义,或使用Ctrl + Alt + B键盘专用。 您可以将鼠标键的键修改器从Alt替换为设置中的Control , Shift , Meta或AltGraph (请参见下面的备注)。 要跳回到变量/函数用法,请使用Alt + o 。 该插件与语言无关,尽管已针对Python和R优化。可以支持其他语言(欢迎PR)。 跳转到其他文件中的定义 Python: alt单击Python中模块的名称(例如, from xy import z -alt单击x或
【文件预览】:
jupyterlab-go-to-definition-master
----.travis.yml(121B)
----style()
--------index.css(0B)
----package.json(2KB)
----schema()
--------plugin.json(291B)
----jest.config.js(621B)
----LICENSE(1KB)
----src()
--------typings.d.ts(166B)
--------testutils.ts(1KB)
--------jumpers()
--------languages()
--------jump.ts(841B)
--------editors()
--------notebook_private.ts(2KB)
--------history.ts(1KB)
--------index.ts(7KB)
----tsconfig.json(473B)
----requirements.txt(18B)
----postBuild(81B)
----examples()
--------demo.gif(325KB)
--------demo.ipynb(1KB)
----.gitignore(61B)
----typings()
--------codemirror()
----README.md(6KB)
----transform.js(111B)
----babel.config.js(68B)