mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-08 10:47:13 +00:00
Fix typos
This commit is contained in:
parent
76550dfa3c
commit
5c0799df7f
118 changed files with 1150 additions and 1602 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
`%quickref` Display the IPython Quick Reference Card
|
||||
`%magic` Display detailed documentation for all of the available magic commands
|
||||
`%debug` Enter the interactive debugger at the bottom of the last exception traceback
|
||||
`%debug` Enter the interactive debugger at the bottom of the last exception trace-back
|
||||
`%hist` Print command input (and optionally output) history
|
||||
`%pdb` Automatically enter debugger after any exception
|
||||
`%paste` Execute pre-formatted Python code from clipboard
|
||||
|
@ -14,7 +14,7 @@
|
|||
`%run` script.py Run a Python script inside IPython
|
||||
`%prun` statement Execute statement with cProfile and report the profiler output
|
||||
`%time` statement Report the execution time of single statement
|
||||
`%timeit` statement Run a statement multiple times to compute an emsemble average execution time. Useful for timing code with very short execution time
|
||||
`%timeit` statement Run a statement multiple times to compute an ensemble average execution time. Useful for timing code with very short execution time
|
||||
`%who`, `%who_ls`, `%whos` Display variables defined in interactive namespace, with varying levels of information / verbosity
|
||||
`%xdel` variable Delete a variable and attempt to clear any references to the object in the IPython internals
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
`!cmd` Execute cmd in the system shell
|
||||
`output = !cmd args` Run cmd and store the stdout in output
|
||||
`%alias alias_name cmd` Define an alias for a system (shell) command
|
||||
`%bookmark` Utilize IPython’s directory bookmarking system
|
||||
`%bookmark` Utilize IPython's directory bookmarking system
|
||||
`%cd` directory Change system working directory to passed directory
|
||||
`%pwd` Return the current system working directory
|
||||
`%pushd` directory Place current directory on stack and change to target directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue