jupyter-incubator / sparkmagic

Jupyter magics and kernels for working with remote Spark clusters
Other
1.33k stars 447 forks source link

Support notebook >= 7 #885

Open sergiimk opened 9 months ago

sergiimk commented 9 months ago

825 highlighted a problem where notebook >= 7.0.0 causes sparkmagic installation to fail due to removed jupyter-nbextension command.

A workaround has been added to the Docker image that downgrades notebook version to 6.x.x.

This ticket to provide a long-term solution and remove the workaround.

devstein commented 1 week ago

Should be fixed by https://github.com/jupyter-incubator/sparkmagic/pull/935