Skip to content
Snippets Groups Projects
Commit c3d36a4c authored by Rok Roškar's avatar Rok Roškar
Browse files

Auto-saving for rok.roskar on branch master from commit 75f514c8

parent 75f514c8
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
......@@ -3,11 +3,7 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"metadata": {},
"outputs": [],
"source": [
"from pathlib import Path\n",
......@@ -21,9 +17,6 @@
"cell_type": "code",
"execution_count": 4,
"metadata": {
"jupyter": {
"source_hidden": true
},
"tags": [
"parameters"
]
......@@ -37,11 +30,7 @@
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"metadata": {},
"outputs": [],
"source": [
"html_credits=HTML('''\n",
......@@ -68,11 +57,7 @@
{
"cell_type": "code",
"execution_count": 8,
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"metadata": {},
"outputs": [],
"source": [
"# read in cantonal data and produce one dataframe\n",
......@@ -89,11 +74,7 @@
{
"cell_type": "code",
"execution_count": 9,
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"metadata": {},
"outputs": [],
"source": [
"# read in population data\n",
......@@ -123,11 +104,7 @@
{
"cell_type": "code",
"execution_count": 10,
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"metadata": {},
"outputs": [],
"source": [
"def generate_canton_chart(column, title, tooltip_title):\n",
......@@ -158,11 +135,7 @@
{
"cell_type": "code",
"execution_count": 11,
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"metadata": {},
"outputs": [
{
"data": {
......@@ -273,11 +246,7 @@
{
"cell_type": "code",
"execution_count": 12,
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"metadata": {},
"outputs": [
{
"data": {
......
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