summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjoaquim <h.joaquim@campus.fct.unl.pt>2022-12-05 09:36:29 +0000
committerhjoaquim <h.joaquim@campus.fct.unl.pt>2022-12-05 09:36:29 +0000
commit6fc838b9bb4f713281b640058a4ac34519e0c6c1 (patch)
tree89b7ee9b7f6e5915c1b3cad4e979491712443914
parente8833cea56926be4d8c3a5aad82a37f383e2c99e (diff)
fix hostname
-rw-r--r--openbb_terminal/reports/templates/equity.ipynb16
-rw-r--r--website/content/terminal/quickstart/installation.md2
2 files changed, 1 insertions, 17 deletions
diff --git a/openbb_terminal/reports/templates/equity.ipynb b/openbb_terminal/reports/templates/equity.ipynb
index f3a21c51144..8d1ecac10cc 100644
--- a/openbb_terminal/reports/templates/equity.ipynb
+++ b/openbb_terminal/reports/templates/equity.ipynb
@@ -236,22 +236,6 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "3022130e",
- "metadata": {},
- "outputs": [],
- "source": [
- "df_sec_filings = openbb.stocks.dd.sec(symbol=symbol)[[\"Type\", \"Category\", \"Link\"]].head(\n",
- " 5\n",
- ")\n",
- "df_sec_filings[\"Link\"] = df_sec_filings[\"Link\"].apply(\n",
- " lambda x: f'<a href=\"{x}\">{x}</a>'\n",
- ")\n",
- "df_sec_filings"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
"id": "4662b1ac",
"metadata": {},
"outputs": [],
diff --git a/website/content/terminal/quickstart/installation.md b/website/content/terminal/quickstart/installation.md
index 9e83a4e3da2..ae95979c30f 100644
--- a/website/content/terminal/quickstart/installation.md
+++ b/website/content/terminal/quickstart/installation.md
@@ -209,7 +209,7 @@ Execute this commands:
```bash
curl -o docker-compose.yaml https://raw.githubusercontent.com/OpenBB-finance/OpenBBTerminal/main/build/docker/docker-compose.yaml
-xhost +local
+xhost +local:
docker compose run openbb
```