LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jupyter

provides interactive computing environments

TLDR

Start notebook server
$ jupyter notebook
copy
Start JupyterLab
$ jupyter lab
copy
Start on specific port
$ jupyter notebook --port [8888]
copy
List running servers
$ jupyter notebook list
copy
Stop server
$ jupyter notebook stop [8888]
copy
Convert notebook
$ jupyter nbconvert --to [html|pdf|py] [notebook.ipynb]
copy

SYNOPSIS

jupyter command [options]

DESCRIPTION

Jupyter provides interactive computing environments. It runs notebook servers for code execution and documentation.The platform supports multiple languages through kernels. Notebooks combine code, output, and markdown.

PARAMETERS

notebook

Classic notebook interface.
lab
JupyterLab interface.
nbconvert
Convert notebooks.
--port PORT
Server port.
--no-browser
Don't open browser.
--ip IP
Server IP address.
--help
Display help information.

INSTALL

sudo apk add py3-jupyter_core
copy
brew install jupyter
copy
nix profile install nixpkgs#jupyter
copy

CAVEATS

Python-based. Browser required. Security considerations for remote access.

HISTORY

Jupyter was spun off from IPython in 2014, expanding to support multiple languages (Julia, Python, R - hence Ju-Pyt-eR).

SEE ALSO

ipython(1), jupytext(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid