Spaces:
Sleeping
Sleeping
multiple gradio examples script
Browse files
app.ipynb
CHANGED
@@ -393,6 +393,45 @@
|
|
393 |
"\n",
|
394 |
"demo.launch()"
|
395 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
396 |
}
|
397 |
],
|
398 |
"metadata": {
|
|
|
393 |
"\n",
|
394 |
"demo.launch()"
|
395 |
]
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"cell_type": "code",
|
399 |
+
"execution_count": 23,
|
400 |
+
"metadata": {},
|
401 |
+
"outputs": [
|
402 |
+
{
|
403 |
+
"name": "stdout",
|
404 |
+
"output_type": "stream",
|
405 |
+
"text": [
|
406 |
+
"usage: jupyter [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir]\n",
|
407 |
+
" [--paths] [--json] [--debug]\n",
|
408 |
+
" [subcommand]\n",
|
409 |
+
"\n",
|
410 |
+
"Jupyter: Interactive Computing\n",
|
411 |
+
"\n",
|
412 |
+
"positional arguments:\n",
|
413 |
+
" subcommand the subcommand to launch\n",
|
414 |
+
"\n",
|
415 |
+
"options:\n",
|
416 |
+
" -h, --help show this help message and exit\n",
|
417 |
+
" --version show the versions of core jupyter packages and exit\n",
|
418 |
+
" --config-dir show Jupyter config dir\n",
|
419 |
+
" --data-dir show Jupyter data dir\n",
|
420 |
+
" --runtime-dir show Jupyter runtime dir\n",
|
421 |
+
" --paths show all Jupyter paths. Add --json for machine-readable\n",
|
422 |
+
" format.\n",
|
423 |
+
" --json output paths as machine-readable json\n",
|
424 |
+
" --debug output debug information about paths\n",
|
425 |
+
"\n",
|
426 |
+
"Available subcommands: kernel kernelspec migrate run troubleshoot\n",
|
427 |
+
"\n",
|
428 |
+
"Jupyter command `jupyter-nbconvert` not found.\n"
|
429 |
+
]
|
430 |
+
}
|
431 |
+
],
|
432 |
+
"source": [
|
433 |
+
"!jupyter nbconvert --to script app.ipynb"
|
434 |
+
]
|
435 |
}
|
436 |
],
|
437 |
"metadata": {
|