Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65308f0 commit 2edd506Copy full SHA for 2edd506
1 file changed
tests/test_magic.py
@@ -1094,7 +1094,7 @@ def test_notebook_export_single_display():
1094
_ip.history_manager.reset()
1095
1096
try:
1097
- execution_count = _ip.execution_count
+ execution_count = _ip.execution_count = 1
1098
_ip.run_cell("'test'", store_history=True, silent=False)
1099
1100
# Mock display output with multiple MIME types
0 commit comments