Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop storing interpreter info in ipynb file #12523

Merged
merged 1 commit into from
Jan 10, 2023
Merged

Conversation

DonJayamanne
Copy link
Contributor

No description provided.

@DonJayamanne DonJayamanne marked this pull request as ready for review January 10, 2023 19:59
@vscodenpa vscodenpa added this to the January 2023 milestone Jan 10, 2023
@DonJayamanne DonJayamanne enabled auto-merge (squash) January 10, 2023 20:12
Comment on lines +794 to +801
} else {
if ('vscode' in metadata) {
delete metadata['vscode'];
}
}
if ('interpreter' in metadata) {
delete metadata['interpreter'];
}
Copy link
Member

Choose a reason for hiding this comment

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

The if is redundant:

Suggested change
} else {
if ('vscode' in metadata) {
delete metadata['vscode'];
}
}
if ('interpreter' in metadata) {
delete metadata['interpreter'];
}
} else {
delete metadata['vscode'];
}
delete metadata['interpreter'];

@DonJayamanne DonJayamanne merged commit c5c4eb9 into main Jan 10, 2023
@DonJayamanne DonJayamanne deleted the stopStoringInfoInIPYNB branch January 10, 2023 22:28
DonJayamanne added a commit that referenced this pull request Jan 11, 2023
* main: (139 commits)
  Support Protocols in WS for custom Jupyter Servers (#12513)
  move IW run commands to submenu (#12533)
  return undefined when no folding regions to return (#12527)
  Remove markdown styles and move to renderer ext (#12468)
  Stop storing interpreter info in ipynb file (#12523)
  Remove details from all sources in kernel picker (#12525)
  Stop using preferred kernel service with MRU (#12522)
  Display kernelSpec src only if kernels are found (#12517)
  Update kernel source label (#12516)
  Auto select remote server Uri entry input item (#12479)
  Remove duplicate info in kernel quick pick (#12515)
  Fix settings scope (#12457)
  Disable ISort on CI (#12509)
  Merge loader and registration interfaces (#12477)
  Skip broken LSP tests (#12504)
  Bump version to ensure latest insiders goes out (#12505)
  Ignore spurious output when testing imports (#12495)
  Deprecated setting jupyterCommandLineArguments (#12466)
  Bump flat from 4.1.1 to 5.0.1 (#12472)
  Intercept debugpyAttach message to avoid error (#12498)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants