Skip to content

Commit

Permalink
update example notebook and makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Shivdeep Singh <[email protected]>
  • Loading branch information
shivdeep-singh-ibm committed May 9, 2024
1 parent a46e40c commit c7e7c22
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 285 deletions.
9 changes: 4 additions & 5 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ REPOROOT=../

include ../.make.defaults

#venv:: .transforms.venv .defaults.lib-src-venv
clean:: .defaults.clean

venv:: .defaults.lib-src-venv
@# Help: Install requirements from all transforms into a venv
. ./venv/bin/activate
bash ./prepare_env.sh
. ./venv/bin/activate && bash ./prepare_env.sh

jupyter::
@# Help: Activate the venv and start the example notebook
. ./venv/bin/activate
. ./launch.sh
. ./venv/bin/activate && . ./launch.sh
Loading

0 comments on commit c7e7c22

Please sign in to comment.