sands321 / zagi

Release the power of GPT
11 stars 0 forks source link

求助 #1

Open Lirdon opened 6 months ago

Lirdon commented 6 months ago

为什么按md操作gpts没有把代码写到打开的jupyter里,是没连上吗

Lirdon commented 6 months ago

另外为什么不能运行第三方库,感觉是我链接的kernel有点问题但又查不出来

Lirdon commented 6 months ago

server能直接在window上跑吗,grep指令报错

sands321 commented 4 months ago

@Lirdon

  1. 应该是kernel没连对,你抛开GPTs把kernel调通,用最简单的print('ok')检验kernel是通的。我到时候加上验证kernel的代码。
  2. 三方库需要预先pip install一下。
  3. python理论上支持win,不过我是mac没测过win,grep换findstr。