takluyver / nbopen

Open a Jupyter notebook in the best available server
BSD 3-Clause "New" or "Revised" License
304 stars 58 forks source link

make compatible with jupyter notebook v7 #83

Closed jfeist closed 1 year ago

jfeist commented 1 year ago

As far as I can tell, this should make nbopen compatible with notebook v7, i.e., it should fix #82 (it is working locally on my macbook, at least). Since it won't be compatible with older versions, I've bumped the version to 0.7, and indicated "notebook>=7" in the "requires" section of pyproject.toml.

takluyver commented 1 year ago

Thanks, this looks good to me. Have you tested it with the latest changes?

jfeist commented 1 year ago

Yes, I was just writing the reply above. As far as I can tell, everything works.