Skip to content

Commit 8ceb70b

Browse files
committed
Use JupterLab by default in docker-compose config
1 parent 7206fc8 commit 8ceb70b

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![PyPI - Python Versions](https://img.shields.io/pypi/pyversions/pyinaturalist)](https://pypi.org/project/pyinaturalist)
1111
[![PyPI - Format](https://img.shields.io/pypi/format/pyinaturalist?color=blue)](https://pypi.org/project/pyinaturalist)
1212

13-
[![Run with Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/niconoe/pyinaturalist/main?filepath=examples)
13+
[![Run with Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/niconoe/pyinaturalist/main?urlpath=lab/tree/examples)
1414
[![Open in VSCode](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/niconoe/pyinaturalist)
1515

1616
<br/>

docker-compose.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ version: '3.7'
33
services:
44
jupyter:
55
container_name: jupyter
6-
image: jxcook/pyinaturalist-notebook
6+
image: jxcook/pyinaturalist-notebook:latest
77
ports:
88
- 8888:8888
99
volumes:
1010
- .:/home/jovyan/work
1111
restart: unless-stopped
12-
# environment:
13-
# Set any value here to use as a token instead of generating one
12+
environment:
13+
# Enable JupyterLab (comment out to use classic notebook)
14+
JUPYTER_ENABLE_LAB: 'yes'
15+
# Set any value here to use as a token instead of generating a new one
1416
# JUPYTER_TOKEN: 'token goes here'

poetry.lock

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)