Closed fabge closed 6 years ago
You can use css, e.g.:
.input_prompt {
visibility: hidden
}
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
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:
How do i get rid of the cell numbers?