ipykernel-helper 0.0.43__tar.gz → 0.0.44__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ipykernel_helper-0.0.43/ipykernel_helper.egg-info → ipykernel_helper-0.0.44}/PKG-INFO +1 -1
- ipykernel_helper-0.0.44/ipykernel_helper/__init__.py +2 -0
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/ipykernel_helper/core.py +1 -1
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44/ipykernel_helper.egg-info}/PKG-INFO +1 -1
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/pyproject.toml +2 -0
- ipykernel_helper-0.0.43/ipykernel_helper/__init__.py +0 -2
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/LICENSE +0 -0
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/MANIFEST.in +0 -0
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/README.md +0 -0
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/ipykernel_helper/_modidx.py +0 -0
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/ipykernel_helper.egg-info/SOURCES.txt +0 -0
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/ipykernel_helper.egg-info/dependency_links.txt +0 -0
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/ipykernel_helper.egg-info/entry_points.txt +0 -0
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/ipykernel_helper.egg-info/requires.txt +0 -0
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/ipykernel_helper.egg-info/top_level.txt +0 -0
- {ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/setup.cfg +0 -0
|
@@ -395,7 +395,7 @@ async def run_cell_magic(self:InteractiveShell, magic_name, line, cell):
|
|
|
395
395
|
return result
|
|
396
396
|
|
|
397
397
|
def _await_cell_magic(lines):
|
|
398
|
-
if lines and 'get_ipython().run_cell_magic(' in lines[0]: lines = ['await ' + lines[0]] + lines[1:]
|
|
398
|
+
if lines and 'get_ipython().run_cell_magic(' in lines[0] and 'await ' not in lines[0]: lines = ['await ' + lines[0]] + lines[1:]
|
|
399
399
|
return lines
|
|
400
400
|
|
|
401
401
|
def load_ipython_extension(ip):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/ipykernel_helper.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{ipykernel_helper-0.0.43 → ipykernel_helper-0.0.44}/ipykernel_helper.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|