Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Visible cell numbers #106

Closed
fabge opened this issue Oct 29, 2018 · 2 comments
Closed

Visible cell numbers #106

fabge opened this issue Oct 29, 2018 · 2 comments

Comments

@fabge
Copy link

fabge commented Oct 29, 2018

I use the plugin to display the jupyter notebooks with Mode A Option 2. When the notebook is displayed on my website the cell numbers are shown on the left like this:

image

How do i get rid of the cell numbers?

@tdy
Copy link

tdy commented Oct 31, 2018

You can use css, e.g.:

.input_prompt {
  visibility: hidden
}

@danielfrg
Copy link
Owner

Yes, this is possible with just a little bit of CSS on your theme.

You can also customize with the IPYNB_EXPORT_TEMPLATE settings: https://github.com/danielfrg/pelican-ipynb#settings

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants