See Electron issue electron/electron#12695
Prior to electron version 2.0.3., having the NODE_OPTIONS environment variable set causes electron applications to exit with a segmentation fault, and I can reproduce this behavior with orca.
This is particularly unfortunate for plotly.py because the instructions for installing the plotly.py JupyterLab extensions require setting NODE_OPTIONS=--max-old-space-size=4096 to avoid out-of-memory errors.
See #89 for @etpinard's notes on Electron 2.0. It think I'll try out 2.0.3+ today and see if anything breaks. It would be nice to make this change before the plotly.py 3.2.0 release if it's not too large of an effort.
See Electron issue electron/electron#12695
Prior to electron version 2.0.3., having the
NODE_OPTIONSenvironment variable set causes electron applications to exit with a segmentation fault, and I can reproduce this behavior with orca.This is particularly unfortunate for plotly.py because the instructions for installing the plotly.py JupyterLab extensions require setting
NODE_OPTIONS=--max-old-space-size=4096to avoid out-of-memory errors.See #89 for @etpinard's notes on Electron 2.0. It think I'll try out 2.0.3+ today and see if anything breaks. It would be nice to make this change before the plotly.py 3.2.0 release if it's not too large of an effort.