Skip to content

Commit

Permalink
MOD: Upgrade ruff and fix Python quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Aug 26, 2024
1 parent eca7e9d commit 500034d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notebooks/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"source": [
"import databento as db\n",
"\n",
"\n",
"client = db.Historical(key=\"YOUR_API_KEY\")\n",
"db.__version__"
]
Expand Down Expand Up @@ -1747,7 +1748,8 @@
"source": [
"import pandas as pd\n",
"\n",
"pd.set_option('display.max_columns', None)\n",
"\n",
"pd.set_option(\"display.max_columns\", None)\n",
"\n",
"df = data.to_df()\n",
"df.head(20)"
Expand Down

0 comments on commit 500034d

Please sign in to comment.