Show More
@@ -1,4 +1,3 b'' | |||||
1 |
|
||||
2 |
|
|
1 | from pathlib import Path | |
3 | from IPython.core.alias import Alias |
|
2 | from IPython.core.alias import Alias | |
4 | from IPython.core.interactiveshell import InteractiveShell |
|
3 | from IPython.core.interactiveshell import InteractiveShell | |
@@ -62,7 +61,6 b' for name, func in sorted(magics["cell"].items(), key=sortkey):' | |||||
62 | format_docstring(func), |
|
61 | format_docstring(func), | |
63 | ""]) |
|
62 | ""]) | |
64 |
|
63 | |||
65 |
|
||||
66 | src_path = Path(__file__).parent |
|
64 | src_path = Path(__file__).parent | |
67 | dest = src_path.joinpath("source", "interactive", "magics-generated.txt") |
|
65 | dest = src_path.joinpath("source", "interactive", "magics-generated.txt") | |
68 | dest.write_text("\n".join(output)) |
|
66 | dest.write_text("\n".join(output)) |
General Comments 0
You need to be logged in to leave comments.
Login now