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

Add support for newer versions of Jupyter ecosystem #4

Merged
merged 87 commits into from
Dec 22, 2022

Conversation

yanovs
Copy link
Collaborator

@yanovs yanovs commented Dec 19, 2022

  • Add support for nbconvert >= 6.0.0, including support for the new default template lab, the new light/dark themes (for lab-based templates), and the legacy template classic (both for nbconvert>=5.6.1,<6.0.0 and explicit template_name = 'classic' in nbconvert>=6.0.0)
  • Add new template option: lab_narrow, which is based on the lab template but retains the centered, narrow body of the classic template (also supports light/dark themes)
  • Add systematic testing of different (and newer) bundles of packages
  • Fix when images are base64-encoded (instead of raw bytes)
  • Fix inline mode when using static_ipywidgets
  • Enable all linters
  • Add py.typed
  • Clean up demo notebooks and set up static demo page
  • Simplify CI by switching from tox-gh-actions to tox labels (available in tox >= 4.0.0)

@yanovs yanovs merged commit 42313d7 into ansatzcapital:main Dec 22, 2022
@yanovs yanovs deleted the more_versions branch December 22, 2022 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant