Offline panel html

Good morning, I have been looking for the answer to the following question for quite some time. When I want to save a dashboard in HTML, to send it to my supervisor (he does not have Python), it happens that the file, having many categories, does not work. This is correct, the file must have a certain amount of category limitations. In my example it has 70 categories and the example is based on grouping one or more of these by multiselect. Given the mentioned number of 70, the number of combinatorics is significant. If you can confirm that there is a cap limit.

code for save:
from bokeh.resources import INLINE
fig_example.save(‘exmaple.html’, embed=True)

d0ngr4ff