Skip to content

correctly show variables after jupyter restart - #5336

Merged
Ian Huff (IanMatthewHuff) merged 1 commit into
microsoft:masterfrom
IanMatthewHuff:dev/ianhu/variableExplorerOnReset
Apr 17, 2019
Merged

correctly show variables after jupyter restart#5336
Ian Huff (IanMatthewHuff) merged 1 commit into
microsoft:masterfrom
IanMatthewHuff:dev/ianhu/variableExplorerOnReset

Conversation

@IanMatthewHuff

Copy link
Copy Markdown
Member

For #5244

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)
  • The wiki is updated with any design decisions/details.

vars.forEach((value: IJupyterVariable) => {
value.executionCount = executionCount;
variablesResponse.variables.forEach((value: IJupyterVariable) => {
value.executionCount = requestExecutionCount;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically the variables don't need this count anymore. But I was leaving it in as it seemed like it could be useful in the future. Like if we pass off an IJupyterVariable to something like the data explorer we could know what execution count was associated with it. Could also remove it if that doesn't seem like a good reason.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're still checking this in the mainpanel. Why are you saying you don't need it anymore?


In reply to: 276410195 [](ancestors = 276410195)

@rchiodo Rich Chiodo (rchiodo) left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@IanMatthewHuff
Ian Huff (IanMatthewHuff) merged commit f4f9f96 into microsoft:master Apr 17, 2019
@IanMatthewHuff
Ian Huff (IanMatthewHuff) deleted the dev/ianhu/variableExplorerOnReset branch April 17, 2019 20:20
@lock lock Bot locked as resolved and limited conversation to collaborators Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants