Ibridgepy on collab

Hi, I try to use IBridgepy on google collab. Someone know how to do that? 

Hi Lucas,

It is possible to run IBridgePy using Google colab, but since it's a complex procedure, we do not recommend the method.



​​​​​​But since you asked, here are the steps:

  1. Run Google colab with a local runtime. The runtime path must be same as IBridgePy folder. Refer to this link for examples and steps to connect a local runtime.
  2. Start IB TWS application. Make appropriate changes to IBridgePy configuration files.
  3. Use magic function %run to execute the RUN_ME.py inside Google colab. Refer to this article for example.