deathbeds / jupyterlab-deck

Lightweight presentations for JupyterLab
https://jupyterlab-deck.rtfd.io
BSD 3-Clause "New" or "Revised" License
41 stars 9 forks source link

Optionally shows the code cell prompt (execution count) #70

Open brichet opened 2 days ago

brichet commented 2 days ago

Allows displaying the input prompt (execution count) for Notebook code cell.

Checklist

References

Fixes #67

Code changes

If the panel do not have the class, prompt on all cells are not displayed: display: none. If the panel have the class, prompt of code cell are displayed, and prompt of other cells are hidden (visibility: hidden), to keep left-align between cells.

User-facing changes

Display the code cell prompt if expected.

Backwards-incompatible changes

None