Skip to content

Commit

Permalink
Fix the bdikit library import
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoPena committed May 24, 2024
1 parent 6099c4f commit 55cb90d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/scope_reducing_heatmap.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"import json\n",
"\n",
"import panel as pn\n",
"from bdi import APIManager\n",
"from bdikit import APIManager\n",
"\n",
"pn.extension('mathjax')\n",
"pn.extension('vega')"
Expand Down Expand Up @@ -4515,7 +4515,7 @@
"metadata": {},
"outputs": [],
"source": [
"from bdi.visualization.scope_reducing import SRHeatMapManager\n",
"from bdikit.visualization.scope_reducing import SRHeatMapManager\n",
"\n",
"heatmap_manager = SRHeatMapManager()\n",
"heatmap_manager.get_heatmap(reduced_scope)\n",
Expand All @@ -4539,7 +4539,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.12.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 55cb90d

Please sign in to comment.