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 eaa0d6b commit 27d23c6Copy full SHA for 27d23c6
_templates/lite-demo.html
@@ -9,7 +9,7 @@ <h2>DEMO</h2>
9
/> in...</em>
10
</div>
11
<form
12
- action="{{ pathto('_/lab/index.html?path=example.ipynb', 1) }}"
+ action="{{ pathto('_/lab/index.html?path=Example.ipynb', 1) }}"
13
target="_blank"
14
class="demo"
15
>
@@ -20,7 +20,7 @@ <h2>DEMO</h2>
20
value="JupyterLab"
21
class="launch-demo"
22
/>
23
- <input name="path" type="hidden" value="example.ipynb" />
+ <input name="path" type="hidden" value="Example.ipynb" />
24
<input name="room" type="hidden" value="" />
25
</form>
26
<div class="demo-label">
0 commit comments