testbook icon indicating copy to clipboard operation
testbook copied to clipboard

Mention in the contributing docs that an `ipykernel` with name `python3` must be present for tests to run locally

Open rohitsanj opened this issue 3 years ago โ€ข 0 comments

It can be created with the following commands:

python -m pip install ipykernel
python -m ipykernel install --user --name python3

rohitsanj avatar May 23 '22 10:05 rohitsanj