Closed rohitsanj closed 3 years ago
Fixes #82
Used get_ipython().last_execution_result.result to get last execution result instead of _ (underscore).
get_ipython().last_execution_result.result
_
Reference StackOverflow answer
Fixes #82
Used
get_ipython().last_execution_result.result
to get last execution result instead of_
(underscore).Reference StackOverflow answer