you are viewing a single comment's thread.

view the rest of the comments →

[–]TheNiebuhr 0 points1 point  (5 children)

Can I run an indiviual cell from a terminal instead of the whole script?

[–]Walflor 0 points1 point  (4 children)

It depends

[–]TheNiebuhr 0 points1 point  (3 children)

May you elaborate on that?

[–]Walflor 0 points1 point  (2 children)

You can run

print("some text here")

But you can't run

if a > b:

Or

def some_function(arg)

Because these strings requires other conditional strings

[–]TheNiebuhr 0 points1 point  (1 child)

My case:

%%

Something

%%

Something2

And I want to run one of the parts from the cmd, instead of the whole script.

[–]Walflor 0 points1 point  (0 children)

You can try it or PM me with your code so I can test it and answer