Commit Graph

6 Commits

Author SHA1 Message Date
Alexey Volkov c7b95dd711 SDK - Notebooks - Deprecated the docker magic (#2266) 2019-09-30 13:55:31 -07:00
Ning 812ca7f883 configurable timeout and namespace in docker magic (#1550)
* configurable timeout and namespace in docker magic

* debug

* remove debug code
2019-06-26 15:09:20 -07:00
Alexey Volkov c8fb25ade0 SDK - Preventing errors when importing kfp.notebook (#1215)
* SDK - Preventing errors when importing kfp.notebook

* Made the %%docker magic function visible outside IPython
2019-04-30 12:28:55 -07:00
Alexey Volkov 199a962e42 SDK - Relative imports (#156)
Made all SDK import relative so that they files always refer to the sibling files instead of the installed package. This makes debugging and development easier since you can be sure the correct files are used.
2018-11-10 13:56:12 -08:00
qimingj bb62b321a5 Fix an issue that %%docker doesn't work. (#119) 2018-11-06 20:06:58 -08:00
qimingj 458c817d83 Add %%docker magic to jupyter kernel. It helps submitting a docker build job more easily with one cell. (#72) 2018-11-06 10:55:56 -08:00