Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
import jovian
jovian.commit
<function jovian.utils.commit.commit(message=None, files=[], outputs=[], environment='auto', privacy='auto', filename=None, project=None, new_project=None, git_commit=False, git_message='auto', **kwargs)>
jovian.commit(project='first-steps-with-python')
[jovian] Attempting to save notebook.. [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY:
importjovian
--------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-2-9ce0efa60319> in <module> ----> 1 importjovian NameError: name 'importjovian' is not defined