nteract / testbook

🧪 📗 Unit test your Jupyter Notebooks the right way
https://testbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
416 stars 37 forks source link

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

Open rohitsanj opened 2 years ago

rohitsanj commented 2 years ago

It can be created with the following commands:

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