Skip to content
Snippets Groups Projects
Commit 4e3c9a7a authored by sheepmax's avatar sheepmax
Browse files

Added thebe info button to top bar

parent 6995bba6
No related branches found
No related tags found
3 merge requests!135Update 2 files,!120New thebe features,!101Thebe new features: tags, aesthetics, default ipywidgets install
......@@ -16,6 +16,7 @@
border-radius: calc(var(--mystnb-source-border-radius) + 1px);
background-color: var(--pst-color-surface);
color: var(--pst-color-text-base);
height: 100% !important;
}
.cell_output .jp-OutputArea-output pre {
......
......@@ -407,6 +407,9 @@ var initThebe = async () => {
// Remove Rocket now that we're initializing
document.querySelector(".dropdown-launch-buttons").remove();
// Add the launch info to the top bar
$(".dropdown-download-buttons").before($(".thebe-launch-button"));
console.log("[sphinx-thebe]: Loading thebe...");
$(".thebe-launch-button ").text("Loading thebe...");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment