初期設定[JupyterLab]

7月 26, 2020

pip install jupyterlab

Node.jsの導入

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs

Variable Inspectorの導入

jupyter labextension install @lckr/jupyterlab_variableinspector

JupyterLab

Posted by vastee