You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
When launching the app from scratch the kernel will be selected when we create a new document but for some reason the kernel
72
-
selector will still show up.
73
-
74
-
So this is what we do:
75
-
1. When the app is started we add a class with visibility: hidden to the body. This will allow jupyter to still calculate the layout while not showing anything on-screen.
76
-
2. Once the notebook has been attached we click on the modalOverlay programatically to dismiss it.
77
-
3. Once the modal has been clicked we remove the visibility: hidden class.
58
+
// Ensuring extension loads in an iframe within the AWS console context; otherwise do early return
When launching the app from scratch the kernel will be selected when we create a new document but for some reason the kernel
76
+
selector will still show up.
77
+
78
+
So this is what we do:
79
+
1. When the app is started we add a class with visibility: hidden to the body. This will allow jupyter to still calculate the layout while not showing anything on-screen.
80
+
2. Once the notebook has been attached we click on the modalOverlay programatically to dismiss it.
81
+
3. Once the modal has been clicked we remove the visibility: hidden class.
0 commit comments