pip install notebook
jupyter notebook
pip install jupyterlab
jupyter lab
pip install voila
voila
Upgrade to nodejs 20/22
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:
Post a Comment