Learn practical skills, build real-world projects, and advance your career
pip install jovian --upgrade
Collecting jovian Downloading https://files.pythonhosted.org/packages/ca/d7/f4dda6358776a3d7453214c01c155237445f8d2fcf5284736f1b24c58bcd/jovian-0.1.88-py3-none-any.whl (41kB) |████████████████████████████████| 51kB 138kB/s eta 0:00:01 Requirement already satisfied, skipping upgrade: pyyaml in ./anaconda3/lib/python3.7/site-packages (from jovian) (5.1.1) Requirement already satisfied, skipping upgrade: requests in ./anaconda3/lib/python3.7/site-packages (from jovian) (2.22.0) Collecting uuid (from jovian) Downloading https://files.pythonhosted.org/packages/ce/63/f42f5aa951ebf2c8dac81f77a8edcc1c218640a2a35a03b9ff2d4aa64c3d/uuid-1.30.tar.gz Requirement already satisfied, skipping upgrade: idna<2.9,>=2.5 in ./anaconda3/lib/python3.7/site-packages (from requests->jovian) (2.8) Requirement already satisfied, skipping upgrade: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./anaconda3/lib/python3.7/site-packages (from requests->jovian) (1.24.2) Requirement already satisfied, skipping upgrade: chardet<3.1.0,>=3.0.2 in ./anaconda3/lib/python3.7/site-packages (from requests->jovian) (3.0.4) Requirement already satisfied, skipping upgrade: certifi>=2017.4.17 in ./anaconda3/lib/python3.7/site-packages (from requests->jovian) (2019.6.16) Building wheels for collected packages: uuid Building wheel for uuid (setup.py) ... done Stored in directory: /home/ahmenders/.cache/pip/wheels/2a/80/9b/015026567c29fdffe31d91edbe7ba1b17728db79194fca1f21 Successfully built uuid Installing collected packages: uuid, jovian Successfully installed jovian-0.1.88 uuid-1.30 Note: you may need to restart the kernel to use updated packages.
import jovian
jovian.configure()
[jovian] If you're a jovian-pro user please enter your company's organization ID on Jovian (otherwise leave it blank). Organization ID: [jovian] Please enter your API key ( from https://jovian.ml/ ): API Key:········ [jovian] Configuration complete!
jovian.commit()
[jovian] Saving notebook..