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
Copy file name to clipboardExpand all lines: Framework/Core/COOKBOOK.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ After launching you can select "interactive" mode on the right and click on "fit
137
137
138
138
139
139
Notice that in this setup, you might have to adjust your browser sensibility
140
-
to [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing)
140
+
to [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing). Mac users should try to use Safari if Chrome does not work. In addition, it may be necessary to setup a SOCKS proxy to the remote machine running the DPL workflow.
141
141
142
142
### Integrating with non-DPL devices
143
143
@@ -514,7 +514,8 @@ Sometimes (e.g. when running a child inside valgrind) it might be useful to disa
514
514
some-workflow --monitoring-backend=no-op://
515
515
```
516
516
517
-
notice that the GUI will not function properly if you do so.
0 commit comments