-
- Searched for: cell magics, Jupyter, IPython, configuration, pyproject.toml
- ruff version: 0.7.1
In handling IPython magics, the list of magics that contain Python code to be checked/formatted…
minrk updated
1 month ago
-
when i type pip install kociemba. it says: Command errored out with exit status 1:
Collecting kociemba
Using cached https://files.pythonhosted.org/packages/b3/b6/3fe5719527e4691aaa7da5e74426…
-
I want to prun MobileNet_v2,how is the process?? thank you very much.
-
I am using IPython 7.3.0 and it has %%prun magic cell version alongside the simple %prun. It will be great to enhance line_profiler extension to have also a cell version for %%lprun command.
-
## Background information
Working on a project, one part of which runs multiple `prun` commands in parallel from multiple processes to launch multiple tasks, some of these commands with `--add-hostfi…
-
Some magics (`%%timeit`, `%%time`, `%%prun`) do not woks with async inner code.
It would be nice to figure out how to make them work.
1) either by running async-exec and a loop themselves, or
2…
-
I can successfully run code in my clipboard with %paste. However, when I try to profile this code using the cell magic `%%prun` it doesn't work. In other words:
```
In [10] : %%prun
...: %paste
…
-
``` bash
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting kociemba
Using cached https://pypi.…
-
As the title says: despite the name, and indeed prun --helpGroup SUBMIT indicating it is a pure flag/switch (i.e. it only flips a bool from false to true, or vice versa), the xAH_run.py [...] prun --o…
-
[pi-repo]: ../../pi_calculation
[pydocs-timeit]: https://docs.python.org/3/library/timeit.html
[pydocs-profiler]: https://docs.python.org/3/library/profile.html
[jake-function]: https://jakevdp.gi…