Skip to content

Commit

Permalink
only open one notebook in lite
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jan 24, 2023
1 parent 5a2773e commit 1f5c219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/_templates/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
autocomplete="off"
checked
title="Lab"
value="{{ pathto('try/lab/index') }}?path=Index.ipynb&path=Widget%20List.ipynb"
value="{{ pathto('try/lab/index') }}?path=Widget%20List.ipynb"
>
<i class="fas fa-flask"></i> Lab
</label>
Expand All @@ -20,14 +20,14 @@
type="radio"
name="demo-app"
title="Notebook"
value="{{ pathto('try/retro/index') }}?path=Index.ipynb&path=Widget%20List.ipynb"
value="{{ pathto('try/retro/index') }}?path=Widget%20List.ipynb"
>
<i class="fas fa-book"></i> Notebook
</label>
</div>

<a
href="{{ pathto('try/lab/index') }}?path=Index.ipynb&path=Widget%20List.ipynb"
href="{{ pathto('try/lab/index') }}?path=Widget%20List.ipynb"
class="btn btn-primary"
target="_blank"
title="Try Jupyter Widgets in your browser."
Expand Down

0 comments on commit 1f5c219

Please sign in to comment.