b
b
bamboolib
Search
⌃K

How to setup bamboolib on Microsoft Azure

This How-to explains how to install bamboolib on Microsoft Azure Machine Learning.
1) Create a new compute. Click on compute in the left sidebar and then + New. Name it e.g. "bamboolib-compute". The Machine size doesn't matter.
2) Create a new Notebook "bamboolib_test", choose "bamboolib-compute" as its compute backend, and install bamboolib through the Jupyter Notebook interface.
For installing bamboolib, run the following codes in the Jupyter Cell:
!pip install bamboolib --upgrade
!python -m bamboolib install_nbextensions
Refresh your browser page afterwards.
For activating bamboolib, run in a Jupyter Cell:
import bamboolib as bam
bam.activate_license()
Want to install bamboolib on JupyterLab? Run:
!pip install bamboolib
!python -m bamboolib install_labextensions
If you have any trouble installing bamboolib on Azure, please contact our support team.