You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ maintained stacks.
72
72
We value all positive contributions to the Docker stacks project,
73
73
from [bug reports](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/issues.html)
74
74
to [pull requests](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/packages.html)
75
-
to help answering questions.
75
+
to help with answering questions.
76
76
We'd also like to invite members of the community to help with two maintainer activities:
77
77
78
78
-**Issue triaging**: Reading and providing a first response to issues, labeling issues appropriately,
@@ -86,7 +86,7 @@ We will happily grant additional permissions (e.g., ability to merge PRs) to any
86
86
87
87
## Jupyter Notebook Deprecation Notice
88
88
89
-
Following [Jupyter Notebook notice](https://github.com/jupyter/notebook#notice), JupyterLab is now the default for all of the Jupyter Docker stack images.
89
+
Following [Jupyter Notebook notice](https://github.com/jupyter/notebook#notice), JupyterLab is now the default for all the Jupyter Docker stack images.
90
90
It is still possible to switch back to Jupyter Notebook (or to launch a different startup command).
91
91
You can achieve this by passing the environment variable `DOCKER_STACKS_JUPYTER_CMD=notebook` (or any other valid `jupyter` subcommand) at container startup,
92
92
more information is available in the [documentation](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/common.html#alternative-commands).
@@ -119,8 +119,8 @@ All published containers support amd64 (x86_64) and aarch64, except for `datasci
119
119
120
120
### Caveats for arm64 images
121
121
122
-
- The manifests we publish in this projects wiki as well as the image tags for
123
-
the multiplatform images that also support arm, are all based on the amd64
122
+
- The manifests we publish in this project's wiki as well as the image tags for
123
+
the multi-platform images that also support arm, are all based on the amd64
124
124
version even though details about the installed packages versions could differ
125
125
between architectures. For the status about this, see
Copy file name to clipboardExpand all lines: docs/using/troubleshooting.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,18 +222,20 @@ If you have also **created a new user**, you might be experiencing any of the fo
222
222
- Use `docker inspect <container_id>` and look for the [`Mounts` section](https://docs.docker.com/storage/volumes/#start-a-container-with-a-volume) to verify that the volume was created and mounted accordingly:
0 commit comments