Hide output spacer column in docs (#1008)

This commit is contained in:
Jacob Lee
2024-07-12 13:00:01 -07:00
committed by GitHub
parent ada17d2ccb
commit 07c3c5ff6f
+4
View File
@@ -149,6 +149,10 @@
.jupyter-wrapper .jp-CodeCell .jp-Cell-inputWrapper .jp-InputPrompt.jp-InputArea-prompt {
display: none !important;
}
.jupyter-wrapper .jp-Notebook .jp-Cell .jp-OutputPrompt {
display: none !important;
}
</style>
{% endblock %}