
jupyter
List of commands for jupyter:
-
jupyter:tldr:0e12c jupyter: Stop the currently running server.$ jupyter notebook stoptry on your machineexplain this command
-
jupyter:tldr:41ecc jupyter: Export a specific Jupyter notebook into another format.$ jupyter nbconvert --to ${select} ${example-ipynb}try on your machineexplain this command
-
jupyter:tldr:4674c jupyter: Start a server on a specific port.$ jupyter notebook --port=${port}try on your machineexplain this command
-
jupyter:tldr:6bc9f jupyter: Start a Jupyter notebook server in the current directory.$ jupyter notebooktry on your machineexplain this command
-
jupyter:tldr:87bc2 jupyter: Open a specific Jupyter notebook.$ jupyter notebook ${example-ipynb}try on your machineexplain this command
-
jupyter:tldr:dd4ce jupyter: List currently running notebook servers.$ jupyter notebook listtry on your machineexplain this command
-
jupyter:tldr:e6cf1 jupyter: Start JupyterLab, if installed, in the current directory.$ jupyter labtry on your machineexplain this command