9
9
msgstr ""
10
10
"Project-Id-Version : docker-stacks latest\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
- "POT-Creation-Date : 2019-07-27 14:32 +0000\n "
12
+ "POT-Creation-Date : 2019-08-03 03:19 +0000\n "
13
13
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
14
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
15
15
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -188,9 +188,17 @@ msgid ""
188
188
"than change command line parameters."
189
189
msgstr ""
190
190
191
- # bb82e70358e7452d86eb1b8e971fbf27
191
+ # fe40b3a059e54a53a7a5fde86441ae72
192
192
#: ../../using/common.md:36
193
193
msgid ""
194
+ "-e RESTARTABLE=yes - Runs Jupyter in a loop so that quitting Jupyter does"
195
+ " not cause the container to exit. This may be useful when you need to "
196
+ "install extensions that require restarting Jupyter."
197
+ msgstr ""
198
+
199
+ # bb82e70358e7452d86eb1b8e971fbf27
200
+ #: ../../using/common.md:37
201
+ msgid ""
194
202
"-v /some/host/folder/for/work:/home/jovyan/work - Mounts a host machine "
195
203
"directory as folder in the container. Useful when you want to preserve "
196
204
"notebooks and other work even after the container is destroyed. You must "
@@ -200,7 +208,7 @@ msgid ""
200
208
msgstr ""
201
209
202
210
# 403f8e6101534bc0951bf5bb0b03c5a0
203
- #: ../../using/common.md:37
211
+ #: ../../using/common.md:38
204
212
msgid ""
205
213
"--user 5000 --group-add users - Launches the container with a specific "
206
214
"user ID and adds that user to the users group so that it can modify files"
@@ -209,47 +217,47 @@ msgid ""
209
217
msgstr ""
210
218
211
219
# 565fbbe944ed4e68a5e202eaf07d1402
212
- #: ../../using/common.md:39
220
+ #: ../../using/common.md:40
213
221
msgid "Startup Hooks"
214
222
msgstr ""
215
223
216
224
# 70f6f3501e1b43d3a95e200c39eef8d2
217
- #: ../../using/common.md:41
225
+ #: ../../using/common.md:42
218
226
msgid ""
219
227
"You can further customize the container environment by adding shell "
220
228
"scripts (*.sh) to be sourced or executables (chmod +x) to be run to the "
221
229
"paths below:"
222
230
msgstr ""
223
231
224
232
# bdc8d9262aea4329b09bac1deb92d6da
225
- #: ../../using/common.md:44
233
+ #: ../../using/common.md:45
226
234
msgid ""
227
235
"/usr/local/bin/start-notebook.d/ - handled before any of the standard "
228
236
"options noted above are applied"
229
237
msgstr ""
230
238
231
239
# 786fba9678e24e3ba5ded6536dc0492a
232
- #: ../../using/common.md:46
240
+ #: ../../using/common.md:47
233
241
msgid ""
234
242
"/usr/local/bin/before-notebook.d/ - handled after all of the standard "
235
243
"options noted above are applied and just before the notebook server "
236
244
"launches"
237
245
msgstr ""
238
246
239
247
# 5903b6a921cb42a9a8b6db0e9592769c
240
- #: ../../using/common.md:49
248
+ #: ../../using/common.md:50
241
249
msgid ""
242
250
"See the run-hooks function in the jupyter/base-notebook start.sh script "
243
251
"for execution details."
244
252
msgstr ""
245
253
246
254
# ffb01f3597d1453bb0299e9a4a888757
247
- #: ../../using/common.md:52
255
+ #: ../../using/common.md:53
248
256
msgid "SSL Certificates"
249
257
msgstr ""
250
258
251
259
# 7b1a34debd094e02930aa7197377b691
252
- #: ../../using/common.md:54
260
+ #: ../../using/common.md:55
253
261
msgid ""
254
262
"You may mount SSL key and certificate files into a container and "
255
263
"configure Jupyter Notebook to use them to accept HTTPS connections. For "
@@ -258,58 +266,58 @@ msgid ""
258
266
msgstr ""
259
267
260
268
# e496d62ce1b7489eabf40a55471247b4
261
- #: ../../using/common.md:64
269
+ #: ../../using/common.md:65
262
270
msgid ""
263
271
"Alternatively, you may mount a single PEM file containing both the key "
264
272
"and certificate. For example:"
265
273
msgstr ""
266
274
267
275
# 6ada67b7d1a34f59ad235d7e49e6a298
268
- #: ../../using/common.md:73
276
+ #: ../../using/common.md:74
269
277
msgid ""
270
278
"In either case, Jupyter Notebook expects the key and certificate to be a "
271
279
"base64 encoded text file. The certificate file or PEM may contain one or "
272
280
"more certificates (e.g., server, intermediate, and root)."
273
281
msgstr ""
274
282
275
283
# c908965cf0084fc2b276b50b47b87d18
276
- #: ../../using/common.md:75
284
+ #: ../../using/common.md:76
277
285
msgid "For additional information about using SSL, see the following:"
278
286
msgstr ""
279
287
280
288
# 11ef89b3d17b4bcf827e73a7ebb13756
281
- #: ../../using/common.md:77
289
+ #: ../../using/common.md:78
282
290
msgid ""
283
291
"The docker-stacks/examples for information about how to use Let's Encrypt"
284
292
" certificates when you run these stacks on a publicly visible domain."
285
293
msgstr ""
286
294
287
295
# 4a42ccc5b624431bbacdc8c1d5624fb4
288
- #: ../../using/common.md:78
296
+ #: ../../using/common.md:79
289
297
msgid ""
290
298
"The jupyter_notebook_config.py file for how this Docker image generates a"
291
299
" self-signed certificate."
292
300
msgstr ""
293
301
294
302
# 95d9c3081fa34def82e309c53ef2147b
295
- #: ../../using/common.md:79
303
+ #: ../../using/common.md:80
296
304
msgid ""
297
305
"The Jupyter Notebook documentation for best practices about securing a "
298
306
"public notebook server in general."
299
307
msgstr ""
300
308
301
309
# 9950b2e426414111ad46c6ba1e9d29bb
302
- #: ../../using/common.md:81
310
+ #: ../../using/common.md:82
303
311
msgid "Alternative Commands"
304
312
msgstr ""
305
313
306
314
# 2e90717352804ebd8086eef378fa411d
307
- #: ../../using/common.md:83
315
+ #: ../../using/common.md:84
308
316
msgid "start.sh"
309
317
msgstr ""
310
318
311
319
# 11637ea03062425e94964f2c70ed8676
312
- #: ../../using/common.md:85
320
+ #: ../../using/common.md:86
313
321
msgid ""
314
322
"The start-notebook.sh script actually inherits most of its option "
315
323
"handling capability from a more generic start.sh script. The start.sh "
@@ -319,38 +327,38 @@ msgid ""
319
327
msgstr ""
320
328
321
329
# ad0be3e8095e4394afb367e9e56e1ca5
322
- #: ../../using/common.md:91
330
+ #: ../../using/common.md:92
323
331
msgid "Or, to run JupyterLab instead of the classic notebook, run the following:"
324
332
msgstr ""
325
333
326
334
# 3d92501fb3b940b385ee986095610391
327
- #: ../../using/common.md:97
335
+ #: ../../using/common.md:98
328
336
msgid ""
329
337
"This script is particularly useful when you derive a new Dockerfile from "
330
338
"this image and install additional Jupyter applications with subcommands "
331
339
"like jupyter console, jupyter kernelgateway, etc."
332
340
msgstr ""
333
341
334
342
# ff1b1af310d54eedb852dc5eff7a4f7e
335
- #: ../../using/common.md:99
343
+ #: ../../using/common.md:100
336
344
msgid "Others"
337
345
msgstr ""
338
346
339
347
# 127ffe0a552b4dafaa77d173883350d7
340
- #: ../../using/common.md:101
348
+ #: ../../using/common.md:102
341
349
msgid ""
342
350
"You can bypass the provided scripts and specify an arbitrary start "
343
351
"command. If you do, keep in mind that features supported by the start.sh "
344
352
"script and its kin will not function (e.g., GRANT_SUDO)."
345
353
msgstr ""
346
354
347
355
# 1d8bc4b15c3044b3932e0df72dd694a7
348
- #: ../../using/common.md:103
356
+ #: ../../using/common.md:104
349
357
msgid "Conda Environments"
350
358
msgstr ""
351
359
352
360
# 97935ba423ed4a8787f9895f00015e4b
353
- #: ../../using/common.md:105
361
+ #: ../../using/common.md:106
354
362
msgid ""
355
363
"The default Python 3.x Conda environment resides in /opt/conda. The "
356
364
"/opt/conda/bin directory is part of the default jovyan user's $PATH. That"
@@ -359,7 +367,7 @@ msgid ""
359
367
msgstr ""
360
368
361
369
# a8fe459cc9ff43b3b2f31efd4587f145
362
- #: ../../using/common.md:107
370
+ #: ../../using/common.md:108
363
371
msgid ""
364
372
"The jovyan user has full read/write access to the /opt/conda directory. "
365
373
"You can use either conda or pip to install new packages without any "
0 commit comments