turi-create

Why are Google Colab shell commands not working?

Why are Google Colab shell commands not working? Question: Steps to reproduce: Open new Colab notebook on GPU !ls #works !pip install -q turicreate import turicreate as tc !ls #doesn’t work I get the following error: ————————————————————————— NotImplementedError Traceback (most recent call last) <ipython-input-22-16fdbe588ee8> in <module>() —-> 1 get_ipython().system(‘ls’) 2 # !nvcc –version 2 frames …

Total answers: 2