The docs suggest using the jupyter
container when editing code via VS code. I've found this to be a less ideal experience than connecting to zipline
, especially when using custom packages to support common functionality between algos.
I think a somewhat recent version removed the special environment for zipline
. Unfortunately, this has the side-effect of making co-development of packages and an algo that references them basically infeasible in jupyter
since the zipline
environment is complete isolated. Furthermore, basic quality of life things like autocomplete are missing in jupyter
for custom packages.
Am I missing something obvious about how to use jupyter
, or is it expected that algo and package development in zipline
should still be the suggested route?