From 1b798e5971199e5f60c604beb176811aaaa29ba3 Mon Sep 17 00:00:00 2001
From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com>
Date: Mon, 29 Apr 2024 21:54:34 +0530
Subject: [PATCH 1/8] Ignore VS Code folder
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index db3bd6a..01f2aef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ docs/build
build
dist
.jupyterlite.doit.db
+/.vscode/
From 37fa0ca3db2fc248279ce942620beef5848046c0 Mon Sep 17 00:00:00 2001
From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com>
Date: Wed, 1 May 2024 22:00:38 +0530
Subject: [PATCH 2/8] Set `hidden` to `try_examples_button` classes
---
jupyterlite_sphinx/jupyterlite_sphinx.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/jupyterlite_sphinx/jupyterlite_sphinx.py b/jupyterlite_sphinx/jupyterlite_sphinx.py
index 6c8ffa0..f792ce0 100644
--- a/jupyterlite_sphinx/jupyterlite_sphinx.py
+++ b/jupyterlite_sphinx/jupyterlite_sphinx.py
@@ -468,14 +468,14 @@ def run(self):
# Button with the onclick event to swap embedded notebook back to examples.
go_back_button_html = (
- '"
)
full_screen_button_html = (
- '"
@@ -484,7 +484,7 @@ def run(self):
# Button with the onclick event to swap examples with embedded notebook.
try_it_button_html = (
'
'
- '