-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from IBM/rebased-notebook
Documentation Changes to Demo notebook from Rebased notebook branch
- Loading branch information
Showing
8 changed files
with
872 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
REPOROOT=../ | ||
# Use make help, to see the available rules | ||
|
||
include ../.make.defaults | ||
|
||
clean:: .defaults.clean | ||
|
||
venv:: .defaults.lib-src-venv | ||
@# Help: Install requirements from all transforms into a venv | ||
. ./venv/bin/activate && bash ./prepare_env.sh | ||
|
||
jupyter:: | ||
@# Help: Activate the venv and start the example notebook | ||
. ./venv/bin/activate && . ./launch.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## Demo Notebook | ||
|
||
We can launch a jupyter notebook to try out the library or transforms or to build a usecase. | ||
|
||
|
||
## One time Step | ||
|
||
1. Run this step install the dependancies. | ||
|
||
**Prepare virtualenv** | ||
|
||
`make venv` | ||
|
||
## Launch | ||
|
||
2. After dependancies are installed, we can launch the jupyter notebook | ||
|
||
`make jupyter` | ||
|
||
It will launch browser with the jupyter notebook where we can try out the transforms. |
Oops, something went wrong.