* Add escape character for writer.write() call in sample
Backslash needs to be escaped while writing `\n` to a file.
* Change to upgrade KFP version in sample
* Add new instructions to ensure compatibility for managed ai platform pipeline
* change description to AI Platform Pipelies
* add instruction and clarification for AI Platform Pipeline in the first setup notebook
Co-authored-by: luoshixin <luoshixin@google.com>
* Samples - Updated the Data passing in python tutorial
* Fixed the review issues
* Added missing kfp_endpoint
* Stopped shadowing the system list type
* Added added a bit more infor about size limitations
* Changed the package installation
* Samples - Add and change preloaded samples
Add the "Data passing in python components" tutorial.
Combined the "BNasic samples" into the "DSL control structures" tutorial.
* Updated teh Dockerfile to build the tutorials
* Defensive shell programming
* Stop shadowing min and max
* Added missing magic
* Added copyrights
* Updated component images to version bae654dc5c
* Updated components to version ff116b6f1a
* 0.1.40
* append old items
* fix line
Co-authored-by: renmingu <40223865+renmingu@users.noreply.github.com>
* add step by step tutorial using mnist as use case
* fix mnist typo and change job submit default
* add owner file; modify setup and readme about ui deployment statement
* Refine notebooks and readme to incorporate reviewers comment
* fine tune of the documentation
* Samples - Added the data passing tutorial
* Ensure the correct SDK version is installed
* Corrected the output names
* Added extended explanation of the data passing process