Hi again :]

I am trying to run the notebook created automatically with lean create-project on .NET Interactive ipynb on vscode.

After referencing all of the dependencies correctly, I get the following error on this line:

var qb = new QuantBook();

Error: System.TypeLoadException: Method 'get_ProjectId' in type 'QuantConnect.Algorithm.QCAlgorithm' from assembly 'QuantConnect.Algorithm, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
 

How can I correct this issue and run the notebook?

Author