Tag Archives: jupyter

Generative AI in Jupyter lab

Yesterday I mentioned 2 options to add a generative AI to the command-line (AI chat models at the command line) one of which is useful (gorilla_cli) while the other is more informative on how to implement a Large Language Model (LLM) on a computer. Both are free options. Yesterday I also discovered this Blog: Generative… Read More »

Python Data Science with Jupyter on Docker

Inspired by article “How to set up and run Python Data Science Development Environment with Jupyter on Docker” [Archived] Data Scientists coders must work with a variety of Data Science development tools, including the  Anaconda (or Miniconda) Python distribution platform, the Python programming language, the R programming language, Matplotlib library, Pandas Library, the Jupyter application, and many others. The article describes how to… Read More »

Download Google Drive Files using wget

Cross-posting from post:  Download Google Drive Files using wget The problem: transfer file between clouds Files on Google drive can be shared between users, but the default access to the file is via we web browser graphical interface. However, sometimes it may be useful, or even necessary, to access and download a file from a command line,… Read More »