jupyter
all
Web application to create and share documents that contain code, visualizations, and notes. Primarily used for data analysis, scientific computing, and machine learning.
More info →Examples (7)
Start a Jupyter notebook server in the current directory
jupyter notebookOpen a specific Jupyter notebook
jupyter notebook path/to/file.ipynbExport a specific Jupyter notebook into another format
jupyter nbconvert --to html|markdown|pdf|script|... path/to/file.ipynbList currently running notebook servers
jupyter notebook listStop the currently running server
jupyter notebook stopStart JupyterLab, if installed, in the current directory
made by @shridhargupta | data from tldr-pages