Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depend on notebook_shim package for server-side shim layer #88

Merged
merged 6 commits into from Feb 28, 2022

Conversation

Zsailer
Copy link
Member

@Zsailer Zsailer commented Feb 23, 2022

Removes all logic that has been moved to notebook_shim.

cc @jtpio

Also fixes #87

@jtpio
Copy link
Member

jtpio commented Feb 24, 2022

Thanks!

The downstream JupyterLab test failure seems relevant: https://github.com/jupyterlab/nbclassic/runs/5309289916?check_suite_focus=true

ModuleNotFoundError: No module named 'nbclassic.shim'

@jtpio
Copy link
Member

jtpio commented Feb 24, 2022

That's if we want the next release of nbclassic to still be backwards compatible with this change.

Maybe we can then keep nbclassic/shim.py and re-export the shims from notebook_shim.

@Zsailer
Copy link
Member Author

Zsailer commented Feb 25, 2022

How about a shim to a shim? 😆

I've just shimmed nbclassic's old modules to notebook_shim.

Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jtpio jtpio merged commit a5f3e6e into jupyter:main Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.3.5: pytest is failing
2 participants