Praveen Chandrashekar

Centre for Applicable Mathematics, TIFR, Bangalore

[ People | News | Codes | Talks | Teaching | Publications | Calendar | Hiking | Contact ]

Jupyter notebooks

Jupyter can be used either as jupyter-notebook or jupyter-lab.

See list of kernels

jupyter kernelspec list

Delete unwanted kernel

jupyter kernelspec uninstall julia-1.7

Use svg image format

%config InlineBackend.figure_format = 'svg'

For more line magics and cell magics, see this page