Remove Jupyter cell 'In[<number>]' display column from docs (#1007)

This commit is contained in:
Jacob Lee
2024-07-12 12:47:07 -07:00
committed by GitHub
parent 5a55974f15
commit 558a513a1a
+3
View File
@@ -146,6 +146,9 @@
display: none !important;
}
.jupyter-wrapper .jp-CodeCell .jp-Cell-inputWrapper .jp-InputPrompt.jp-InputArea-prompt {
display: none !important;
}
</style>
{% endblock %}