Context
As a part of this project #19, @gabalafou made changes to PyWavelets’ theme. This included implementing visual styling for notebook code cells. This is not the only project that will need or currently has notebook code cells; we need to provide a baseline styling that can be used across documentation contexts.
To be clear, this feature (rendered notebook cells) already exists across the ecosystem. The goal is to create something standard so that each project does not need to handle it fresh each time.
Proposal
I've been brought in to propose a styling that will work for multiple use cases with the goal of setting a notebook cell styling standard upstream. The changes discussed here will be proposed first to the PyData Sphinx theme by @gabalafou and I. The styling proposed needs to
- Focus on cells that don't make sense rendered as default markup, namely code cells that need their input and outputs shown
- Ensure this does not clash with the rendering of other notebook contents
- Create a baseline design with flexibility to work for a wide range of notebook code cell output types and for potential needs of different projects
- Demonstrate changes as they will appear first in the default PyData Sphinx theme
Updates and actions
As always, this this issue will be updated if this changes. Feedback is welcome and needed. Thank you in advance! 🌻
Context
As a part of this project #19, @gabalafou made changes to PyWavelets’ theme. This included implementing visual styling for notebook code cells. This is not the only project that will need or currently has notebook code cells; we need to provide a baseline styling that can be used across documentation contexts.
To be clear, this feature (rendered notebook cells) already exists across the ecosystem. The goal is to create something standard so that each project does not need to handle it fresh each time.
Proposal
I've been brought in to propose a styling that will work for multiple use cases with the goal of setting a notebook cell styling standard upstream. The changes discussed here will be proposed first to the PyData Sphinx theme by @gabalafou and I. The styling proposed needs to
Updates and actions
As always, this this issue will be updated if this changes. Feedback is welcome and needed. Thank you in advance! 🌻