0
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

データサイエンス100本ノックに挑戦

Last updated at Posted at 2020-11-20

#Python100本ノックに挑戦するまで
データサイエンス100本ノック(構造化データ加工編)というのがあります。
挑戦するまでの手順をメモしたいと思います。
###環境

  • windows10 Home
  • Core i7
  • メモリ8GB

##1. 問題をダウンロード

今回は以下の画面の「Code」からzipファイルをインストールしました。
https://github.com/The-Japan-DataScientist-Society/100knocks-preprocess

image.png

##2.Dockerのインストール
~~以下のDownload from Docker Hubをクリックして、exeファイルを実行。~~←windows Proはこれでok
image.png
windows10 Homeの場合はDocker Toolboxをインストールする必要がある。exeファイルはデフォルトでインストール。
https://github.com/docker/toolbox/releases
image.png

コマンドプロンプトでインストールされたか確認。

$docker --version
Docker version 19.03.13, build 4484c46d9d

##3. Docker上で動かす
以下のコマンドを実行。

natsumin@DESKTOP-7LNP3VI MINGW64 /c/Python/100knocks-preprocess-master/100knocks-preprocess-master (master)
$ docker-compose up -d --build                                                                                          

上記のコマンド実行が終了したら以下にアクセス

http://localhost:8888/

image.png

###参考にさせていただいたページ
https://qiita.com/karaage0703/items/1b18b1f4ab65d35afb5f
https://qiita.com/syuki-read/items/714fe66bf5c16b8a7407#comment-394d2f7656bd5b977e11
https://qiita.com/zeffy1014/items/dda78f4ab0449989dfe1

0
4
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
0
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?