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
The chosen design of the client-server architecture has its reasons: If the local machine is not exposed to the remote, the only other option of communicating could be to start server on the remote side. However in this case either (i) a permanent connection between local client and server is needed or (ii) regular requests from local client to the server on existence of new actions to do with the powerpoint. Neither of the options looked good to me.
Account for the case when powerpoint and ipython notebook are not running on the same machine (e.g. when notebook is hosted on the server/cloud).
Possible variant:
import win32com
) to be run on the remote machine and will send command+png to the server instead of direct use of COM.The text was updated successfully, but these errors were encountered: