Replies: 2 comments 1 reply
-
|
如果你是把这个插件项目整个下载下来的,你应该通过 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
通过 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
文件夹结构:
我指定
plugin_dirs = ["plugins"]不起作用, 要指定plugin_dirs = ["plugins/插件1"]才行, 但是它不自动安装依赖, 莫非我要手动找到[tool.poetry.dependencies]的依赖一个个安装如果我通过
nb plugin安装插件, 它会安装到.venv里面, 而不是plugins文件夹里我要安装并修改这个第三方插件的源码, 所以用
nb plugin不太合适是我操作的方式有问题么, 要怎么弄?
Beta Was this translation helpful? Give feedback.
All reactions