Skip to content

Commit

Permalink
Merge 90e7912 into 646111d
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMellyBee committed Apr 22, 2022
2 parents 646111d + 90e7912 commit fbe7af3
Show file tree
Hide file tree
Showing 5 changed files with 1,916 additions and 2,793 deletions.
4,691 changes: 1,907 additions & 2,784 deletions examples/Notebook_Profile_Viewer.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,9 @@
display: flex;
justify-content: center;
align-items: center;
color: rgb(255, 114, 71);
font-size: 30px;
font-weight: 900;
color: rgb(208, 107, 75);
font-size: 28px;
font-weight: 800;
}

@media screen and (min-width: 500px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h1 class="no-responsive__title">Hold on! :)</h1>
$(document).ready(() =>
$(".desktop-content").html(`
<p style="height: ${$(window).height()}px" class="error-message">
Something went wrong. Please try again.
Error: feature must be either categorical or textual
</p>
`)
)
Expand Down Expand Up @@ -424,7 +424,7 @@ <h1 class="no-responsive__title">Hold on! :)</h1>
$(document).ready(() =>
$(".desktop-content").html(`
<p style="height: ${$(window).height()}px" class="error-message">
Something went wrong. Please try again.
Error: ${$(err).message}
</p>
`)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h1 class="no-responsive__title">Hold on! :)</h1>
$(document).ready(() =>
$(".desktop-content").html(`
<p style="height: ${$(window).height()}px" class="error-message">
Something went wrong. Please try again.
Error: Feature must be either categorical or textual
</p>
`)
)
Expand Down Expand Up @@ -408,7 +408,7 @@ <h1 class="no-responsive__title">Hold on! :)</h1>
$(document).ready(() =>
$(".desktop-content").html(`
<p style="height: ${$(window).height()}px" class="error-message">
Something went wrong. Please try again.
Error: ${$(err).message}
</p>
`)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h1 class="no-responsive__title">Hold on! :)</h1>
$(document).ready(() =>
$(".desktop-content").html(`
<p style="height: ${$(window).height()}px" class="error-message">
Something went wrong. Please try again.
Error: Histogram Failed. Features must be of numerical type.
</p>
`)
)
Expand Down Expand Up @@ -387,7 +387,7 @@ <h1 class="no-responsive__title">Hold on! :)</h1>
$(document).ready(() =>
$(".desktop-content").html(`
<p style="height: ${$(window).height()}px" class="error-message">
Something went wrong. Please try again.
Error: ${$(err).message}
</p>
`)
)
Expand Down

0 comments on commit fbe7af3

Please sign in to comment.