You can embed HTML/CSS/JavaScript in a Pluto notebook, this works for me
html"""
<style>
pluto-helpbox {
display: none;
}
</style>
"""
Note that this hides it on that particular notebook, not for all notebooks.
You can embed HTML/CSS/JavaScript in a Pluto notebook, this works for me
html"""
<style>
pluto-helpbox {
display: none;
}
</style>
"""
Note that this hides it on that particular notebook, not for all notebooks.