Skip to content

Commit 493c3bf

Browse files
committed
updated tutorial to API changes
1 parent 83a69d8 commit 493c3bf

File tree

2 files changed

+189
-183
lines changed

2 files changed

+189
-183
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ clean:
1818

1919
local:
2020
cargo build --config 'patch.crates-io.stam.path="../stam-rust/"'
21+
22+
notebook: env
23+
. env/bin/activate && ipython kernel install --user --name=venv && jupyter notebook
24+
25+

0 commit comments

Comments
 (0)