DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
905 stars 40 forks source link

Star activation causes a slew of activations #4

Closed kieferrm closed 3 years ago

kieferrm commented 3 years ago

Because of https://github.com/DonJayamanne/typescript-notebook/blob/0daecb6fd962ed7d7cff5ab495483900a016f482/package.json#L45-L46

when you open a new empty VS Code window - no open folder and no open files - the Jupyter extension activates which in turn activates the Python extension.

DonJayamanne commented 3 years ago

Aah, didn't think about that. The intention was to ensure the kernel gets registered without any user intervention. Will have to re-think that.

DonJayamanne commented 3 years ago

Oh shoot, i can change it to activate when the notebook opens. Will fix.

DonJayamanne commented 3 years ago

Fixed