Friday, March 27, 2026

Jupyter issues

pip install notebook
jupyter notebook


pip install jupyterlab
jupyter lab


pip install voila
voila

 

Upgrade to nodejs 20/22

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
sudo apt-get install -y nodejs

 
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash -
sudo apt-get install -y nodejs


References:

[1] https://jupyter.org/install

No comments:

Linux history issue

  echo "HISTSIZE=$HISTSIZE" echo "HISTFILESIZE=$HISTFILESIZE" #update the .bachrc file # Keep more commands in memory H...