2.1 프로토타이핑 - Notebook 베이스(Voila)
1. Voila
1.1. Voila 특징
1.2. Installation
2. ipywidget
Special Mission
Last updated
Last updated
pip3 install voila
# nodejs 설치필요
apt-get install -y nodejs
apt-get install -y npm
npm install -g n
n latest
node -v
#JupyterLab 사용한다면
jupyter labextension install @jupyter-voila/jupyterlab-preview
#jupyter Notebook이나 Jupyter Server를 사용한다면
jupyter serverextension enable voila --sys-prefix
#nbextension도 사용 가능하도록 하고 싶다면 다음과 같이 설정
voila --enable_nbextensions=True
jupyter notebook --VoilaConfiguration.enable_nbextensions=True