Skip to content

Commit 27d23c6

Browse files
committed
docs: add link to lite lab
1 parent eaa0d6b commit 27d23c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_templates/lite-demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>DEMO</h2>
99
/> in...</em>
1010
</div>
1111
<form
12-
action="{{ pathto('_/lab/index.html?path=example.ipynb', 1) }}"
12+
action="{{ pathto('_/lab/index.html?path=Example.ipynb', 1) }}"
1313
target="_blank"
1414
class="demo"
1515
>
@@ -20,7 +20,7 @@ <h2>DEMO</h2>
2020
value="JupyterLab"
2121
class="launch-demo"
2222
/>
23-
<input name="path" type="hidden" value="example.ipynb" />
23+
<input name="path" type="hidden" value="Example.ipynb" />
2424
<input name="room" type="hidden" value="" />
2525
</form>
2626
<div class="demo-label">

0 commit comments

Comments
 (0)