This adds easier access to two key directories: the data and artifacts directories within a whisk project:
import whisk
whisk.data_dir
whisk.artifacts_dir
Also, since these directories are now accessed under the whisk module vs. the unique project-named module, we can refer to these directories in a more universal fashion in tutorials.
The getting started notebook is updated w/these directories.
/cc @AdamBarnhard
This adds easier access to two key directories: the data and artifacts directories within a whisk project:
Also, since these directories are now accessed under the
whisk
module vs. the unique project-named module, we can refer to these directories in a more universal fashion in tutorials.The getting started notebook is updated w/these directories.