Skip to content

Commit

Permalink
add notebook for codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Sep 8, 2020
1 parent 320e377 commit 0b8980f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ services:
<<: *fastpages
command: /fastpages/action_entrypoint.sh

notebook:
<<: *fastpages
command: jupyter notebook --allow-root --no-browser --ip=0.0.0.0 --port=8080 --NotebookApp.token='' --NotebookApp.password=''
ports:
- "8080:8080"

watcher:
<<: *fastpages
command: watchmedo shell-command --command /fastpages/action_entrypoint.sh --pattern *.ipynb --recursive --drop
Expand Down

0 comments on commit 0b8980f

Please sign in to comment.