Displaying NodeCollection is very slow in IPython #3144
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: Normal
Handle this with default priority
T: Maintenance
Work to keep up the quality of the code and documentation.
Running the following in
IPython
the last line takes extraordinarily long, over 10 seconds, I think. But if one instead does
it executes instantaneously.
Also, executing the same code in plain python, the Node collection is displayed immediately.
The text was updated successfully, but these errors were encountered: