Skip to content

Commit

Permalink
move imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarnea committed Jan 29, 2024
1 parent cae16a3 commit a695d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/Amnesty-dashboard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"from bokeh.layouts import column, row\n",
"import json\n",
"from bokeh.models import LinearAxis\n",
"import ipywidgets as widgets\n",
"import colorcet\n",
"from bokeh.palettes import PuBu, Greens, Reds\n",
"from IPython.display import display\n",
"from IPython.display import HTML\n",
Expand All @@ -36,6 +34,8 @@
"!pip install colorcet\n",
"!jupyter nbextension enable --py widgetsnbextension\n",
"\n",
"import colorcet\n",
"import ipywidgets as widgets\n",
"output_notebook(hide_banner=True)"
]
},
Expand Down

0 comments on commit a695d91

Please sign in to comment.