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

For installation of the Jovian Api

Before using it kindly create account on the jovian.ml (https://jovian.ml)

!pip install jovian --upgrade -q
import jovian
jovian.utils.colab.set_colab_file_id('1x4lI0i4BQcKkAuPFmDW1WvYMHyiZJ8bV')

This is for installation in colab.

Just add "!" before command to install the packages
It is just for demo You can install several other packages

!pip install Keras
!pip install Theano
!pip install matplotlib
!pip install tensorflow
!pip install scikit-learn
!pip install opencv-python

For capturing notebook and uploading it on the Jovian

Here you can save or capture the updated notebook using <Jovian.commit> command
For syntax please refer to https://jovian.ml/docs/