I'm working on Datalab and I need specific versions of plotly and scikit-learn.
I followed the docs and modified /content/datalab/.config/startup.sh
which is now as follows:
pip install plotly==4.1.0
pip install scikit-learn==0.21.3
If I remove the second line (scikit-learn) I'm able to connect to datalab but the required version of plotly is not installed.