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):
If not installing jupyter by default is the expected behavior, please ignore and close this issue.
Describe the bug
In a rare case, an error might happen due to
ipython_genutilsnot properly installed. That is becausenbmakedid not requireipython_genutilsnorjupyterexplicitly. Others also get this behavior while using IPython ipython/ipython_genutils#3.On my use case, the error happen on
matpower-pipworkflow and fixed with a commit yasirroni/matpower-pip@ae73edfTo Reproduce
I don't know exactly how to reproduce, but install
nbmakeseems not installingipython_genutilsExpected behavior
Whenever someone using
nbmake, we can assume that they are going to testIPythonfile. Then, isn't logical to makenbmakerequire at leastjupyter?Screenshots
Desktop (please complete the following information):
If not installing jupyter by default is the expected behavior, please ignore and close this issue.