Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running on non-interactive mode produce incorrect command #1512

Open
AndhikaWB opened this issue Aug 1, 2024 · 1 comment
Open

Running on non-interactive mode produce incorrect command #1512

AndhikaWB opened this issue Aug 1, 2024 · 1 comment

Comments

@AndhikaWB
Copy link

First of all, I'm running runme on Windows, but using Git bash as the default shell (added to PATH as well)

When I run shell commands in interactive mode, the integrated terminal is opened up and the code is executed successfully
image

However, I want to print the cell output to the notebook, so I turned off the interactive mode. However, it seems that the commands are now wrong, even though it executed fine previously
image

When checking the output tab it shows something like this
image


Also, I'm learning SQL using the BigQuery emulator, hence I need all cell to produce notebook output, but it seems that there is no way to turn off interactive mode by default (interactive: false) at document level. Should I make a separate issue?

@sourishkrout
Copy link
Member

sourishkrout commented Aug 7, 2024

Also, I'm learning SQL using the BigQuery emulator, hence I need all cell to produce notebook output, but it seems that there is no way to turn off interactive mode by default (interactive: false) at document level. Should I make a separate issue?

Yes, let's make a separate issue for this, please @AndhikaWB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants