This message was deleted.
# ask-anything
s
This message was deleted.
i
Do you mean running it as a task?
ploomber task file.py
j
Thank you Ido. Yes, but I was thinking in something more like a "rendered" script that can be solely run with Python. That is, without the need to use Ploomber.
e
you can manually inject the values using
ploomber nb --inject
then you can do
python some-task.py
j
Ah! I see! thanks Eduardo!