Show More
@@ -253,8 +253,7 b' class ParalleMagic(Plugin):' | |||||
253 | ipself.history_manager.store_output(ipself.execution_count) |
|
253 | ipself.history_manager.store_output(ipself.execution_count) | |
254 | # Each cell is a *single* input, regardless of how many lines it has |
|
254 | # Each cell is a *single* input, regardless of how many lines it has | |
255 | ipself.execution_count += 1 |
|
255 | ipself.execution_count += 1 | |
256 |
|
256 | if re.search(r'get_ipython\(\)\.magic\(u?["\']%?autopx', cell): | ||
257 | if re.search(r'get_ipython\(\)\.magic\(u?"%?autopx', cell): |
|
|||
258 | self._disable_autopx() |
|
257 | self._disable_autopx() | |
259 | return False |
|
258 | return False | |
260 | else: |
|
259 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now