You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapter01_basic/01_notebook.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ _ * 3
67
67
my_notebook.ipynb
68
68
```
69
69
70
-
On Windows, one may replaces`ls` by `dir`.
70
+
On Windows, one may replace`ls` by `dir`.
71
71
72
72
5. IPython comes with a library of **magic commands**. These commands are convenient shortcuts to common actions. They all start with `%` (the percent character). We can get the list of all magic commands with `%lsmagic`:
0 commit comments