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

Remove Tensorflow from activity bar #24

Closed texastoland closed 3 years ago

texastoland commented 3 years ago

I'm excited to try your TS notebook support! But the most recent update added an icon to my already cluttered sidebar.

I understand it's only a couple clicks to hide it. But the sidebar is usually reserved for cross-functional features like explorers or source control. It was also tricky to track down which extension contributed Tensorflow. I found it in settings but there's no visual cue and I have no ML extensions installed.

I propose moving Tensorflow to a panel with a more contextual name 🙏🏼

DonJayamanne commented 3 years ago

Agreed, I apologize for polluting the activity panel unnecessarily (pretty poor UX , to always display this even when not used).

But the sidebar is usually reserved for cross-functional features like explorers or

Not sure I agree about this.

However I do agree with the over all issue, & i think the solution is to hide this and dipslay it only when necessary. Optionally I'll add a setting to hide this permantently.

DonJayamanne commented 3 years ago

Fixed, will be in the next release (hopefully within a week).

https://github.com/DonJayamanne/typescript-notebook/commit/888b1d28f74ab041214a60aafafabad00df81acd

texastoland commented 3 years ago

That's super thank you 🙌🏼