Forum Discussion
gneagu
2 years agoNew Member
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
- AnonymousNot 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.