1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

FXのAPIを取り込んで検証するコード(事前準備)

Posted at

OANDAFXからAPIを取得し、検証をするためのコードを備忘録として残します。
正直に言うと、powershellの使い方がよく分かっていないので、今後書き直すかも…
powershellからjupyter notebookを起動するところまでになります。

qiita.rb
cd -

cdでjupyterの存在するフォルダに移動します。

qiita.rb
.\Scripts\activate

jupyter labを有効化し、

qiita.rb
jupyter lab

このコードで起動します。
これかjupyter labからAPIを取得して検証していきます。

スクリーンショット 2024-08-07 191752.png

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?