Forum Discussion

gneagu's avatar
gneagu
New Member
2 years ago

Azure Fabric Notebook

Hello, how can I write in the cell output console if I am prompted to answer y/n for example?

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Fabric notebooks are not interactive. Can't treat them like command line scripts. I'm a little skeptic as to why you should have this requirement. maybe you can solve your requirement differently?  if this is the only way, then you should find the parameter that forces y/n for your given scenario and append/pass that in-code.