@@ -41,6 +41,8 @@ XEUS_LOG=1 jupyter lab --no-browser --watch
### Tests
+Make sure `xeus-python` is installed and `jupyter --paths` points to where the kernel is installed.
+
To run the tests:
```bash
@@ -12,10 +12,7 @@ describe('DebugSession', () => {
beforeEach(async () => {
client = await createClientSession({
kernelPreference: {
- name: 'python3', // TODO: replace by xpython
- language: 'python',
- shouldStart: true,
- canStart: true
+ name: 'xpython'
}
});
await (client as ClientSession).initialize();