valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Support .ipynb files in vh yaml step command #61

Closed JuhaKiili closed 3 years ago

JuhaKiili commented 3 years ago

You can create YAML step from Python file today:

vh yaml step hello.py

Now with valohai-utils support for notebooks, you need to be able to do the same with notebooks:

vh yaml step hello.ipynb