Learn practical skills, build real-world projects, and advance your career
pip install jovian --upgrade
Collecting jovian Using cached https://files.pythonhosted.org/packages/96/3c/472d7af5c9724ae4832537bbd3101d28247eabe4c1ce07cf147fcafa1093/jovian-0.1.89-py3-none-any.whl Collecting pyyaml (from jovian) Collecting requests (from jovian) Using cached https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl Collecting uuid (from jovian) Collecting certifi>=2017.4.17 (from requests->jovian) Using cached https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests->jovian) Using cached https://files.pythonhosted.org/packages/b4/40/a9837291310ee1ccc242ceb6ebfd9eb21539649f193a7c8c86ba15b98539/urllib3-1.25.7-py2.py3-none-any.whl Collecting chardet<3.1.0,>=3.0.2 (from requests->jovian) Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl Collecting idna<2.9,>=2.5 (from requests->jovian) Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl Installing collected packages: pyyaml, certifi, urllib3, chardet, idna, requests, uuid, jovian Successfully installed certifi-2019.11.28 chardet-3.0.4 idna-2.8 jovian-0.1.89 pyyaml-5.2 requests-2.22.0 urllib3-1.25.7 uuid-1.30 Note: you may need to restart the kernel to use updated packages.
import jovian

print('aaaa')
aaaa
jovian.commit()
[jovian] Saving notebook..
[jovian] Creating a new notebook on https://jovian.ml/ [jovian] Please enter your API key ( from https://jovian.ml/ ): API Key:········ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/thoufar1995/test
[jovian] Error: Failed to read Anaconda environment using command: "conda env export -n base --no-builds"
s = 10
print(s)
10
jovian.commit()
[jovian] Saving notebook..