Files
alfred-preferences/Alfred.alfredpreferences/snippets/docker/啟動 Jupyter NotebookLab 模式並掛載目前目錄 [68111C34-0295-4C8C-AD87-6CA51F8B42EC].json
2026-03-26 09:22:38 +08:00

8 lines
354 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"alfredsnippet" : {
"snippet" : "docker run --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -e GRANT_SUDO=yes --user root -v \"${PWD}\":\/home\/jovyan\/work jupyter\/scipy-notebook",
"uid" : "68111C34-0295-4C8C-AD87-6CA51F8B42EC",
"name" : "啟動 Jupyter NotebookLab 模式)並掛載目前目錄",
"keyword" : "scipy_notebook"
}
}