-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Describe the bug
In a rare case, an error might happen due to ipython_genutils
not properly installed. That is because nbmake
did not require ipython_genutils
nor jupyter
explicitly. Others also get this behavior while using IPython ipython/ipython_genutils#3.
On my use case, the error happen on matpower-pip
workflow and fixed with a commit yasirroni/matpower-pip@ae73edf
To Reproduce
I don't know exactly how to reproduce, but install nbmake
seems not installing ipython_genutils
Expected behavior
Whenever someone using nbmake
, we can assume that they are going to test IPython
file. Then, isn't logical to make nbmake
require at least jupyter
?
Screenshots
Desktop (please complete the following information):
- OS: Linux
- GitHub action
If not installing jupyter by default is the expected behavior, please ignore and close this issue.