danielfrg / pelican-jupyter

Pelican plugin for blogging with Jupyter/IPython Notebooks
Apache License 2.0
422 stars 105 forks source link

Visible cell numbers #106

Closed fabge closed 6 years ago

fabge commented 6 years ago

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 commented 6 years ago

You can use css, e.g.:

.input_prompt {
  visibility: hidden
}
danielfrg commented 6 years ago

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