Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
appare45 committed Oct 4, 2023
1 parent e054d0e commit 228e001
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
notebooks/*
notebooks/*
!notebooks/.gitkeep
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@
Dockerと[Docker compose](https://docs.docker.jp/v1.12/compose/install.html)が必要です。

```bash
# 初期設定
git clone https://github.com/coins23/prog1-environment.git
cd prog1-environment

# Jupyter Notebookを起動
docker compose up
# ブラウザで http://localhost:8888 に接続するとJupyter Notebookが起動します

# シェルに接続
docker compose exec jupyter bash
# 終了

# Jupyter Notebookを終了
docker compose down
```
```

`./notebooks`フォルダにノートブックファイルを保存するとJupyter Notebookから確認できます。
Empty file added notebooks/.gitkeep
Empty file.

0 comments on commit 228e001

Please sign in to comment.