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

1.import packages, libraries

%%capture
!pip install adjustText
!pip install -U tapy
!pip install pandas_ta
!pip install pyyaml h5py
!pip install Keras-tuner
%%capture
!pip install jovian --upgrade
import jovian
jovian.commit()
[jovian] Detected Colab notebook...
[jovian] Error: jovian.commit doesn't work on Colab unless the notebook was created and executed from Jovian. Make sure to run the first code cell at the top after executing from Jovian. Alternatively, you can download this notebook and upload it manually to Jovian. Learn more: https://jovian.ai/docs/user-guide/run.html#run-on-colab