python-tutorial
python-tutorial copied to clipboard
Cell magic hangs on Vscode
Describe the bug
The cell magic %%ipytest
keeps running and locks the Ipython kernel when run used Vscode Ipython support.
To Reproduce Steps to reproduce the behavior:
- Install the environment using conda
- Edit a notebook using vscode and select the ipython kernel of the environment
- Try running a cell with
ipytest
Expected behavior The tests run and the test outputs are shown
Screenshots If applicable, add screenshots to help explain your problem.
Where did you run the tutorial?
- Local installation using vscode