Skip to content

Commit

Permalink
chng cells to raw
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Dec 19, 2024
1 parent 2a5c761 commit 21b1caa
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions notebooks/1-comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,12 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"cell_type": "raw",
"metadata": {
"vscode": {
"languageId": "raw"
}
},
"source": [
"import plotly.express as px\n",
"\n",
Expand All @@ -295,10 +297,12 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"cell_type": "raw",
"metadata": {
"vscode": {
"languageId": "raw"
}
},
"source": [
"import seaborn as sns\n",
"sns.set_theme()\n",
Expand Down Expand Up @@ -350,10 +354,12 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"cell_type": "raw",
"metadata": {
"vscode": {
"languageId": "raw"
}
},
"source": [
"import pandas as pd\n",
"import hvplot.pandas\n",
Expand Down

0 comments on commit 21b1caa

Please sign in to comment.