Skip to content

Commit

Permalink
fix 2 bugs on code chunkcs
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Aug 7, 2024
1 parent 22f63a4 commit aaa3b8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/TitleAndDescription.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function TitleAndDescription({
isRaptiveEnabled = true,
}) {
const chartInfo = chartTypesInfo.find((chart) => chart.id === chartType);
console.log('chartInfo', chartInfo);

return (
<Container>
<div className="titleAndDescription">
Expand Down
2 changes: 1 addition & 1 deletion src/notebooks/47-faceted-scatter-plot-with-seaborn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
},
"seoDescription": "Faceted scatterplot with seaborn",
"slug": "47-faceted-scatter-plot-with-seaborn",
"title": "Faceted scatterplot with seaborn"
"title": "Faceted scatterplot with regression seaborn"
},
"nbformat": 4,
"nbformat_minor": 4
Expand Down
5 changes: 4 additions & 1 deletion src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,13 @@ blockquote p {

/* ---------- How code looks like in notebooks ----------------- */
pre.input {
line-height: 1.35em;
line-height: 1.25em !important;
margin-bottom: 20px !important;
margin-top: 0px;
}
pre code {
padding: 0px;
}
.nteract-display-area-stderr {
display: none;
}
Expand Down

0 comments on commit aaa3b8b

Please sign in to comment.