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:

Install fortinet on Ubuntu 20

Step 1: wget -O - https://repo.fortinet.com/repo/forticlient/7.2/ubuntu/DEB-GPG-KEY | gpg --dearmor | sudo tee /usr/share/keyrings/repo.fort...