You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APEX needs to implement the "reset" event for the concurrency listener to:
clear out all samples
re-open the sample output file
Also need to add support for "grabbing" the python script to generate the task scatterplot output image. Right now it is in a script on disk, which is inaccessible to the notebook. It needs to be a constant string somewhere in the C++ code, so we can write it to a file in the virtual filesystem and then execute that file.
The text was updated successfully, but these errors were encountered:
khuck
changed the title
Update concurrency listener support for Jupyter notebook support
Update concurrency listener and scatterplot support for Jupyter notebook support
Aug 31, 2017
APEX needs to implement the "reset" event for the concurrency listener to:
Also need to add support for "grabbing" the python script to generate the task scatterplot output image. Right now it is in a script on disk, which is inaccessible to the notebook. It needs to be a constant string somewhere in the C++ code, so we can write it to a file in the virtual filesystem and then execute that file.
The text was updated successfully, but these errors were encountered: