Setup¶
Prerequisites¶
- Ensure your DataRobot account has enabled:
“Show Uncensored Blueprints” (contact support if you do not)
Installation¶
mkvirtualenv -p python3.7 blueprint-workshopsudo apt-get install graphvizorbrew install graphvizpip install datarobot-bp-workshop
Recommended¶
pip install jupyterlabFrom 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.