Update trade_derivatives_en.ipynb

This commit is contained in:
okxapi 2023-03-09 16:48:00 +08:00 committed by GitHub
parent ee870fe9c5
commit 19dc43673d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

@ -52,19 +52,6 @@
"name": "#%%\n" "name": "#%%\n"
} }
}, },
"outputs": [
{
"ename": "ModuleNotFoundError",
"evalue": "No module named 'okx'",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[0;32mIn [1], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mokx\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mTrade\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01mTrade\u001b[39;00m\n",
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'okx'"
]
}
],
"source": [ "source": [
"import okx.Trade as Trade" "import okx.Trade as Trade"
] ]