For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
error whilst executing through vscode
-
Exception has occurred: ImportError
cannot import name 'feeds'Hi I am getting this issue with backtrader. Its running on a server and works fine in jupyter but wehn i try to debug in vscode i get this error at line
import backtrader as bt
It should be pointed to the correct python library since everything else works fine!
-
Can you include the error message please?