You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
I'm a new user of pelican and this plugin and I was wondering if it was possible to hide a specific notebook cell to make it non visible once my notebook is published with pelican. One of my use cases is that usually my notebook start by the classic:
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
etc... but I see really few value making this cell visible in my blog posts. Is this feature already implemented in the plugin? Otherwise do you have any ideas how I could do that easily ?