File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,8 @@ body div.nboutput.container div[class*='highlight'] pre {
34
34
.wy-nav-content {
35
35
max-width : 100% ;
36
36
}
37
+
38
+ .nbinput .prompt ,
39
+ .nboutput .prompt {
40
+ display : none;
41
+ }
Original file line number Diff line number Diff line change 16
16
"""{% block input -%}""" """{% if not cell.metadata.get("hide_input", False) -%}""" ,
17
17
).replace ("""{% endblock input %}""" , """{%- endif -%}{%- endblock input %}""" )
18
18
19
- nbsphinx_prompt_width = "0"
20
19
21
20
sys .path .insert (
22
21
0 , str ((pathlib .Path .cwd ().parent / "py_src" / "jupyter_lsp" ).resolve ())
27
26
author = "Jupyter[Lab] Language Server Contributors"
28
27
29
28
version = "0.7.0"
30
- release = "0 "
29
+ release = ""
31
30
32
31
extensions = [
33
32
"recommonmark" ,
You can’t perform that action at this time.
0 commit comments