Fix JupyterLab 2 Error Using ipywidgets

Python 15 ธ.ค. 2021

cd /tmp
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt-get install -y nodejs
pip install ipywidgets 
jupyter nbextension enable --py widgetsnbextension
jupyter labextension install @jupyter-widgets/jupyterlab-manager

or
curl -sL https://deb.nodesource.com/setup_10.x | bash -
curl -sL https://deb.nodesource.com/setup_12.x | bash -
curl -sL https://deb.nodesource.com/setup_14.x | bash -
curl -sL https://deb.nodesource.com/setup_16.x | bash -

And restart Kernel

แท็ก

Onyx

Just a middle-aged programmer, Can do many things but not the most.