We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35123dd commit 42f5280Copy full SHA for 42f5280
README.md
@@ -85,6 +85,23 @@ The following command runs Scalene on a provided example program.
85
% scalene test/testme.py
86
```
87
88
+**NEW**: Scalene works inside Jupyter notebooks as well.
89
+
90
+Line mode:
91
92
+```
93
+ %scrun [options] statement
94
95
96
+Cell mode:
97
98
99
+ %%scalene [options]
100
+ code...
101
102
103
104
105
To see all the options, run with `--help`.
106
107
% scalene --help
0 commit comments