Skip to content

Commit 42f5280

Browse files
committed
Added Jupyter note.
1 parent 35123dd commit 42f5280

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,23 @@ The following command runs Scalene on a provided example program.
8585
% scalene test/testme.py
8686
```
8787

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+
code...
102+
```
103+
104+
88105
To see all the options, run with `--help`.
89106

90107
% scalene --help

0 commit comments

Comments
 (0)