Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix dashboard imports #3410

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions openbb_terminal/dashboards/voila/crypto.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"from IPython.display import display\n",
"import pandas as pd\n",
"\n",
"from openbb_terminal.sdk import openbb import openbb, widgets\n",
"from openbb_terminal.sdk import openbb, widgets\n",
"\n",
"ipw.HTML(f\"<style>{widgets.price_card_stylesheet()}</style>\")"
]
Expand Down Expand Up @@ -133,7 +133,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.10.4 ('obb')",
"display_name": "Python 3.9.6 ('obb')",
"language": "python",
"name": "python3"
},
Expand All @@ -147,14 +147,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
"version": "3.9.6"
},
"voila": {
"theme": "dark"
},
"vscode": {
"interpreter": {
"hash": "1a8cc6b6e60740679b24fc1ea93bdeb94d949a22102a80c99b7fd3f0d572afd6"
"hash": "cb66ba39c97f15743fbb79e204a841ea03600987d49579cfb0ffc8e8dd934c69"
}
}
},
Expand Down
8 changes: 4 additions & 4 deletions openbb_terminal/dashboards/voila/currencies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"import matplotlib_inline.backend_inline\n",
"from openbb_terminal.dashboards.widget_helpers import price_card, stylesheet\n",
"\n",
"from openbb_terminal.sdk import openbb import openbb, theme\n",
"from openbb_terminal.sdk import openbb, theme\n",
"\n",
"%matplotlib widget\n",
"theme.applyMPLstyle()\n",
Expand Down Expand Up @@ -259,7 +259,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.10.4 ('obb')",
"display_name": "Python 3.9.6 ('obb')",
"language": "python",
"name": "python3"
},
Expand All @@ -273,14 +273,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
"version": "3.9.6"
},
"voila": {
"theme": "dark"
},
"vscode": {
"interpreter": {
"hash": "1a8cc6b6e60740679b24fc1ea93bdeb94d949a22102a80c99b7fd3f0d572afd6"
"hash": "cb66ba39c97f15743fbb79e204a841ea03600987d49579cfb0ffc8e8dd934c69"
}
}
},
Expand Down
8 changes: 4 additions & 4 deletions openbb_terminal/dashboards/voila/forecast.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"import pandas as pd\n",
"from IPython.display import display\n",
"\n",
"from openbb_terminal.sdk import openbb import openbb, theme\n",
"from openbb_terminal.sdk import openbb, theme\n",
"\n",
"%matplotlib inline\n",
"matplotlib_inline.backend_inline.set_matplotlib_formats(\"svg\")\n",
Expand Down Expand Up @@ -364,7 +364,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.9.13 64-bit",
"language": "python",
"name": "python3"
},
Expand All @@ -378,7 +378,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.9.13"
},
"metadata": {
"interpreter": {
Expand All @@ -387,7 +387,7 @@
},
"vscode": {
"interpreter": {
"hash": "1a8cc6b6e60740679b24fc1ea93bdeb94d949a22102a80c99b7fd3f0d572afd6"
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion openbb_terminal/dashboards/voila/vsurf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"if module_path not in sys.path:\n",
" sys.path.append(module_path)\n",
"\n",
"from openbb_terminal.sdk import openbb import openbb"
"from openbb_terminal.sdk import openbb"
]
},
{
Expand Down