We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b4d93 commit 5fc1b03Copy full SHA for 5fc1b03
docs/_static/css/custom.css
@@ -34,3 +34,8 @@ body div.nboutput.container div[class*='highlight'] pre {
34
.wy-nav-content {
35
max-width: 100%;
36
}
37
+
38
+.nbinput .prompt,
39
+.nboutput .prompt {
40
+ display: none;
41
+}
docs/conf.py
@@ -16,15 +16,6 @@
16
"""{% block input -%}""" """{% if not cell.metadata.get("hide_input", False) -%}""",
17
).replace("""{% endblock input %}""", """{%- endif -%}{%- endblock input %}""")
18
19
-nbsphinx_prolog = """
20
-.. raw:: html
21
- <style>
22
- .nbinput .prompt,
23
- .nboutput .prompt {
24
- display: none;
25
- }
26
- </style>
27
-"""
28
29
sys.path.insert(
30
0, str((pathlib.Path.cwd().parent / "py_src" / "jupyter_lsp").resolve())
0 commit comments