Setup¶
Prerequisites¶
- Ensure your DataRobot account has enabled:
“Show Uncensored Blueprints” (contact support if you do not)
Installation¶
mkvirtualenv -p python3.7 blueprint-workshop
sudo apt-get install graphviz
orbrew install graphviz
pip install datarobot-bp-workshop
Recommended¶
pip install jupyterlab
From a folder where you’d like to save your scripts:
jupyter-lab .
Continue to Configuration if this is your first time using the DataRobot python client, or jump straight to Getting Started.