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 機械学習課題ひな形
- Host: GitHub
- URL: https://github.com/hatena/python-intern-machine-learning
- Owner: hatena
- Created: 2018-10-02T01:27:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T01:29:57.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T09:46:54.050Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 32
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```