Is it possible to upgrade notebook to latest version 6.2.0?
In the used version of jupyter/notebook (notebook==6.0.3) there is a problem with Ensure that cell ids persist after save, discussed PR in jupyter/notebook. Which has been fixed in notebook in latest version 6.2.0. Without this whenever we save Notebook it will create new ID for each cell and review on Notebook becomes difficult.
I was checking if there is any possibility to upgrade notebook to latest version 6.2.0, your help will be appreciated!
@prabdeb Apologies, I completely forgot about replying to this issue.
The release of April 21st now uses JupyterLab 3 and notebook 6.3
I hope this helps.
Is it possible to upgrade notebook to latest version 6.2.0?
In the used version of jupyter/notebook (notebook==6.0.3) there is a problem with
Ensure that cell ids persist after save
, discussed PR in jupyter/notebook. Which has been fixed in notebook in latest version 6.2.0. Without this whenever we save Notebook it will create new ID for each cell and review on Notebook becomes difficult.I was checking if there is any possibility to upgrade notebook to latest version 6.2.0, your help will be appreciated!