Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 496 Bytes

File metadata and controls

12 lines (10 loc) · 496 Bytes

Python poetry and Google Colab

Using python poetry in Google Colab.

The notebook describes the commands to:

  1. Create your own poetry project
  • Initialize a poetry project
  • Install dependencies
  • The dependencies are installed permanently in your Drive, to avoid installing them each time you run your notebook
  1. Clone a poetry project
  • Install dependencies
  • The dependencies are installed permanently in your Drive, to avoid installing them each time you run your notebook