Skip to content

Commit

Permalink
Added Jupyter note.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Mar 8, 2021
1 parent 35123dd commit 42f5280
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,23 @@ The following command runs Scalene on a provided example program.
% scalene test/testme.py
```

**NEW**: Scalene works inside Jupyter notebooks as well.

Line mode:

```
%scrun [options] statement
```

Cell mode:

```
%%scalene [options]
code...
code...
```


To see all the options, run with `--help`.

% scalene --help
Expand Down

0 comments on commit 42f5280

Please sign in to comment.