fmmochtar's page

Home

❯

notes

❯

đź“’Jupyter Lab / Notebook with bash instead of only python

đź“’Jupyter Lab / Notebook with bash instead of only python

Apr 04, 20251 min read

Installation

ref: https://saturncloud.io/blog/how-to-use-bash-commands-in-jupyter-notebook/

# jupyterlab
pip3 install jupyterlab --user
 
# bash kernel
pip3 install bash_kernel --user
python3 -m bash_kernel.install

Created with Quartz © 2025

  • [GitHub]