databrickslabs / jupyterlab-integration

DEPRECATED: Integrating Jupyter with Databricks via SSH
Other
71 stars 12 forks source link

Upgrade notebook to latest version 6.2.0 #23

Closed prabdeb closed 3 years ago

prabdeb commented 3 years ago

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!

bernhard-42 commented 3 years ago

@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.

bernhard-42 commented 3 years ago

Closing for now. If there are still issues please reopen