pavanagrawal123 / VSNotebooks

Jupyter Notebooks in Visual Studio Code
MIT License
63 stars 2 forks source link

Variable Exploration #16

Open pavanagrawal123 opened 5 years ago

pavanagrawal123 commented 5 years ago

I would love to add variable exploration to this extension. If you have some ideas on how you would like to see this implemented, please add a comment to this issue!

schrodog commented 5 years ago

Register variable declared in each card in backend. When user want to examine variable content, display variable content in a special card and store content of variable somewhere else, so that variable content changes along with card navigation

breathe commented 5 years ago

This would be really nice! This feature was implemented in quokka.js/wallabyjs and could be a source for inspiration...

https://medium.com/@wallabyjs/introducing-value-explorer-for-wallaby-a775909a7518