stateful / vscode-runme

DevOps Notebooks Built with Markdown - VS Code extension
https://runme.dev
Apache License 2.0
189 stars 14 forks source link

[Windows] Cell language is not executable #1226

Open AClon314 opened 6 months ago

AClon314 commented 6 months ago

I'm a newbee. Return error Cell language is not executable when run it in notebook, whether the interpreter is filled in or not. But I can use paste into terminal, after i run python in powershell.

text.md

---
runme:
  id: 01HSE30ZGZ2H1TNGKYA366S6T4
  version: v3
---
```python {"id":"01HSE2TRTV62BZAE749SF4B96N","interpreter":"D:\\ProgramData\\miniconda3"}
print('aaaa')
```

log in output panel:

[2024-03-20T14:18:19.403Z] INFO Runme: Activating Extension
[2024-03-20T14:18:19.407Z] INFO Runme(RunmeTaskProvider): Walking 1 directories/repos...
[2024-03-20T14:18:21.591Z] INFO Runme(RunmeServer): Server process #7408 started at localhost:7863
[2024-03-20T14:18:21.642Z] INFO Runme(Kernel): Requesting new runner environment.
[2024-03-20T14:18:21.735Z] INFO Runme(RunmeTaskProvider): Finished walk.
[2024-03-20T14:18:21.753Z] INFO Runme(Kernel): New runner environment assigned with session ID: 01HSE3MCJKBD6KWMB20B2JB751
[2024-03-20T14:18:21.756Z] INFO Runme: Extension successfully activated
[2024-03-20T14:19:49.871Z] ERROR Runme(Kernel): Unknown kernel event type: common:getState
edeediong commented 6 months ago

Hi @AClon314

Thanks for raising the issue regarding the Cell language is not executable error. We’re aware of this limitation and are actively working to improve it. You can find details about this in our documentation’s known limitations section.

If you have any further questions or concerns, please don’t hesitate to contact us. Thank you once again for bringing this to our attention.

classner commented 1 month ago

Powershell support would also be pretty critical for us to use runme! Any workarounds we could use at the moment?