Learn practical skills, build real-world projects, and advance your career
pip install jovian --upgrade
Collecting jovian Downloading https://files.pythonhosted.org/packages/8e/ae/2881a9d2b2a5634f0e01ff039eac0fd887a8ea94120ce8187dec70659bd3/jovian-0.2.3-py2.py3-none-any.whl (67kB) |████████████████████████████████| 71kB 1.2MB/s eta 0:00:01 Requirement already satisfied, skipping upgrade: requests in /usr/local/lib/python3.7/site-packages (from jovian) (2.21.0) Collecting pyyaml Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) |████████████████████████████████| 276kB 1.7MB/s eta 0:00:01 |█████████████████ | 143kB 1.7MB/s eta 0:00:01 Collecting uuid Downloading https://files.pythonhosted.org/packages/ce/63/f42f5aa951ebf2c8dac81f77a8edcc1c218640a2a35a03b9ff2d4aa64c3d/uuid-1.30.tar.gz Collecting click Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl Requirement already satisfied, skipping upgrade: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests->jovian) (1.22) Requirement already satisfied, skipping upgrade: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests->jovian) (3.0.4) Requirement already satisfied, skipping upgrade: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests->jovian) (2018.11.29) Requirement already satisfied, skipping upgrade: idna<2.9,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests->jovian) (2.8) Building wheels for collected packages: pyyaml, uuid WARNING: Building wheel for pyyaml failed: [Errno 13] Permission denied: '/Users/Akil/Library/Caches/pip/wheels/e4/76' Building wheel for uuid (setup.py) ... done Created wheel for uuid: filename=uuid-1.30-cp37-none-any.whl size=6502 sha256=2e65e2867e572755db9855a4f97d1ee0fbbd21bfe533007339ba4f30977bc3e4 Stored in directory: /Users/Akil/Library/Caches/pip/wheels/2a/80/9b/015026567c29fdffe31d91edbe7ba1b17728db79194fca1f21 Successfully built uuid Failed to build pyyaml Installing collected packages: pyyaml, uuid, click, jovian Running setup.py install for pyyaml ... done Successfully installed click-7.0 jovian-0.2.3 pyyaml-5.3 uuid-1.30 Note: you may need to restart the kernel to use updated packages.
import jovian
jovian.commit()
[jovian] Attempting to save notebook..