Notebooks are a wonderful tool, especially now when Visual Studio Code has superb editor for them. Before this, using web based Jupyter was a bit pain. I use PyCharm for .py files, which is still a bit broken for notebooks, but always go to VSC for notebooks.
If someone needs here is an some sample code to run notebooks programically, and tune the output and formatting:
What's broken about them in pycharm? I've been using pycharm as my primary IDE for a while now and I haven't ever experienced major problems, this includes working on projects where other people were using VSC.
If someone needs here is an some sample code to run notebooks programically, and tune the output and formatting:
https://github.com/tradingstrategy-ai/trade-executor/blob/ma...