Anna Koch
Anna Koch
Hi, you can update your plotted objects with the function `p.update_object(vertices=new_v)`. A possible example of a plot that you describe then looks like this ```python import meshplot as mp import...
Hi Otman, some IDE's (and also Pycharm) support to work directly with Jupyter Notebooks, for those the visualization should also work out of the box.There are the 3 rendertypes that...
We encounter the same problem, the docker grading container is not running anymore, but the job does not get deleted from the tango jobs queue and is therefore blocking the...
Hi, the problem you describe is due to threading used by the SublimeBlender plugin. The proper context is not available in the thread which executes your code. A possible solution...