简体   繁体   中英

How to check if computations are done in DataSpell

I am running the following code in DataSpell

some_object = function_with_very_long_computations()

I seem not able to find any indicators in DataSpell to confirm that line execution is completed. Especially in the case where some_object already exists and I am trying to refresh it. I can surely write something new_variable = 3+5 and run it immediately after my main line and check when new_variable is populated, but this looks like awkward solution.

Any suggestions?

If you run it within a Jupyter notebook, it'll have an indication whether the cell is still running or not.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM