cupdike

Results 23 comments of cupdike

It's been more than 30 days, so I guess that constitutes a tacit acknowledgement that unfortunately, yes, the commitment level to this project has changed...

Folks looking for alternatives might want to check out Elyra. Visual editor where notebooks become pipeline nodes (rather than specific cells). It works pretty well from limited experience...

RIP Kale https://github.com/kubeflow-kale/kale/issues/395

Folks looking for alternatives might want to check out Elyra. Visual editor where notebooks become pipeline nodes (rather than specific cells). It works pretty well from limited experience...

Looks pretty fundamental to me per line 40: `# Overwrite browse-only option for now since only browse-only is working right now`

So if I'm new to poetry and new to kedro, and I've installed poetry `1.2.0rc1`, what's the best way to proceed at this point?

@ptitzler Yes, the goal was to upload to minio to simulate the situation where a different system component would need access to the finished model (e.g. such as for deployment...

Yes, this works: `!mkdir -p /workspace/jupyter-work-dir/model && cp /home/jovyan/model/model.pt /workspace/jupyter-work-dir/model/` FWIW, it is very unintuitive to have the working directory be anything other than `/home/jovyan`

It also works just to mount the PVC to that directory under Pipeline Properties IFF you put your project directly in /home/jovyan (cannot be in a subdir): `/workspace/jupyter-work-dir=my_pvc` It's "cleaner",...

A potentially clever/opinionated way to handle this would be apply a subpath to the PVC mount using the home-relative location of the .pipeline file as the subpath: https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath It could...