We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44c8e0 commit 2e6b444Copy full SHA for 2e6b444
1 file changed
GEMstack/offboard/calibration/tools/visualizer.py
@@ -1,6 +1,4 @@
1
import pyvista as pv
2
-import os
3
-os.environ['DISPLAY'] = ':0'
4
class visualizer:
5
def __init__(self):
6
self.plotter = pv.Plotter(notebook=False)
0 commit comments