After restarting my Datalab instance - I am getting /bin/sh: 1: pip3: not found
when trying to run: !pip3 install h5py
I have my kernel set to Python3.
After restarting my Datalab instance - I am getting /bin/sh: 1: pip3: not found
when trying to run: !pip3 install h5py
I have my kernel set to Python3.
If you are using the latest release, pip for python3 should be available as just "pip" in the Python 3 kernel.
You can verify this by running "!pip --version"