Skip to content

Commit

Permalink
Bumped notebook version to 7.2.2 (#25899)
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate authored Sep 28, 2024
1 parent 6a01ca1 commit 3030473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/notebook/src/jupyter/requiredJupyterPackages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export const requiredJupyterPackages: RequiredPackagesInfo = {
name: 'jupyter',
version: '1.0.0'
},
// Require notebook 6.5.6 for https://github.com/jupyter/notebook/issues/7048
// Require notebook 7.2.2 for https://github.com/microsoft/azuredatastudio/issues/25327
{
name: 'notebook',
version: '6.5.6',
version: '7.2.2',
installExactVersion: true
},
// Require ipykernel 5.5.5 for https://github.com/microsoft/azuredatastudio/issues/24405
Expand Down

0 comments on commit 3030473

Please sign in to comment.