An open API service indexing awesome lists of open source software.

https://github.com/hatena/python-intern-machine-learning

はてなインターン2018 機械学習課題ひな形
https://github.com/hatena/python-intern-machine-learning

Last synced: over 1 year ago
JSON representation

はてなインターン2018 機械学習課題ひな形

Awesome Lists containing this project

README

          

# python-Intern-Machine-Learning

## 実行方法

コンテナ(Jupyter Notebook)の起動

```
$ docker-compose up --build
```

コンテナ起動後次のようなメッセージが出るので

```
jupyter_1 | Copy/paste this URL into your browser when you connect for the first time,
jupyter_1 | to login with a token:
jupyter_1 | http://localhost:8888/?token=XXXXXXXX
```

認証トークン付きのURLをブラウザで開く

```
$ open 'http://localhost:8888/?token=XXXXXXXX'
```