Can I use emacs as an IDE instead of Visual Studio Code?
For example, How can I run research.ipynb from a text editor, e.g. emacs, by using quant connect docker image?
QUANTCONNECT COMMUNITY
Can I use emacs as an IDE instead of Visual Studio Code?
For example, How can I run research.ipynb from a text editor, e.g. emacs, by using quant connect docker image?
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
Mia Alissi
QuantConnect's LEAN engine supports local development and you can use any IDE or text editor you prefer, including Emacs. However, the specific instructions for setting up Emacs with QuantConnect are not provided in the knowledge sources.
For running Jupyter notebooks like
research.ipynb
, you would typically use Jupyter Lab or Jupyter Notebook. These are web-based interfaces and are not tied to any specific text editor.If you want to run Jupyter notebooks from Emacs, you might want to look into Emacs packages that support this, such as EIN (Emacs IPython Notebook). However, this is outside the scope of QuantConnect and the provided knowledge sources.
As for using the QuantConnect Docker image, one of the forum discussions mentions running a strategy using the
quantconnect/lean:latest
image and then tryingquantconnect/research:latest
for Jupyter Lab. However, there were some issues with running a specific notebook.Here is the code that was used:
Please note that this code is for running within the Jupyter notebook and not from Emacs.
For more detailed instructions on setting up your local development environment, you might want to refer to the QuantConnect documentation. While it specifically mentions VS Code, much of the information would be applicable to any development environment.
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
Uhahahaha
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!