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

Execute more than on cell in one command #54

Open
YasserKa opened this issue Apr 30, 2023 · 1 comment
Open

Execute more than on cell in one command #54

YasserKa opened this issue Apr 30, 2023 · 1 comment

Comments

@YasserKa
Copy link

It can be done by using multiple commands, but it's slow:

{ python -m jupyter_ascending.requests.execute --filename file.sync.py --line 1 && 
python -m jupyter_ascending.requests.execute --filename file.sync.py --line 6; } 
@ioanniswd
Copy link

+1

It would be useful to run all cells from given line to the end of the notebook
A range would be useful too.

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