formulahendry / formulahendry/vscode-code-runner
Python: Use iPython console
Open
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
is it possible to use the iPhython console instead of the regular python console? I tried to set
```json
"code-runner.executorMap": {
"python": "ipython"
}
```
but sadly, this does not do the job because it automatically choses python from "python.pythonPath"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.