Learn practical skills, build real-world projects, and advance your career
import jovian

print('Hello')

jovian.commit()
Hello [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/dongupak/e33d60bee3b14bdaabefa809693972e9
import random

print(random.randint(1,10))
10
jovian.commit()
[jovian] Saving notebook..