File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 10
10
[ ![ PyPI - Python Versions] ( https://img.shields.io/pypi/pyversions/pyinaturalist )] ( https://pypi.org/project/pyinaturalist )
11
11
[ ![ PyPI - Format] ( https://img.shields.io/pypi/format/pyinaturalist?color=blue )] ( https://pypi.org/project/pyinaturalist )
12
12
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 )
14
14
[ ![ Open in VSCode] ( https://open.vscode.dev/badges/open-in-vscode.svg )] ( https://open.vscode.dev/niconoe/pyinaturalist )
15
15
16
16
<br />
Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ version: '3.7'
3
3
services :
4
4
jupyter :
5
5
container_name : jupyter
6
- image : jxcook/pyinaturalist-notebook
6
+ image : jxcook/pyinaturalist-notebook:latest
7
7
ports :
8
8
- 8888:8888
9
9
volumes :
10
10
- .:/home/jovyan/work
11
11
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
14
16
# JUPYTER_TOKEN: 'token goes here'
You can’t perform that action at this time.
0 commit comments