Apr 5, 2025 · 2 min read · Why Use Miniconda? Conda is an extremely popular environment management system in data science. However, the de-facto installation method for Windows is Anaconda, which adds a lot of bloat. You could use conda from the CLI with Anaconda installed, bu...
Join discussion
Nov 13, 2024 · 4 min read · Introdução Imagino que já conhece o Windows Subsystem for Linux 2 (WSL2), a versão aprimorada do WSL e que está buscando uma forma legal de configurá-lo para desenvolvimento. Pois bem, é para isso que esse artigo foi escrito. Caso não esteja com o WS...
Join discussion
Oct 3, 2024 · 4 min read · R is a popular programming language that’s now widely used in research-related fields like Bioinformatics. And to use R, you’ll need to install the R Compiler and R Studio. But did you know that you can also directly run your R code right in a Jupyte...
Join discussion
Sep 21, 2024 · 2 min read · To set up Miniconda in such a way that you can see and select all your environments directly in Jupyter Lab/Notebook on Ubuntu, follow these steps: Step 1: Install Miniconda Download the Miniconda installer for Linux: wget https://repo.anaconda.com...
Join discussion
Jun 28, 2024 · 1 min read · 通常であれば brew を用いて brew install --cask miniconda で問題ないと思う。 しかし、 /usr/local/Caskroom/ に、miniconda が表示されていない。つまり、インストールができていなかった。そんな時の方法。 Quick command line install 公式ページの下部にある「Quick command line install」を利用する。 mkdir -p ~/miniconda3 curlhttps://repo.an...
YMymt commented
Apr 24, 2024 · 9 min read · TL;DR. Installing Twinny for VS Code involves creating two Miniconda environments to run different variations of Code Llama using LiteLLM, which provides accessible IP addresses and ports for local LLMs. Twinny, an AI code completion tool, is integra...
Join discussion
Apr 9, 2024 · 24 min read · JavaScript Scraping | Scrapy | ScrapeGraphAI | Nomic | Embeddings & LLMs Originally published: Tuesday 9th April 2024. TL;DR. This post is a comprehensive guide to using Scrapy for web scraping, starting with setting up a Miniconda environment to cre...
Join discussion
Mar 15, 2024 · 7 min read · TL;DR. This post provides a detailed guide on installing and setting up Pythagora and GPT Pilot, two powerful tools for app development using large language models like GPT-4. The prerequisites include using a Debian-based Linux distro (I use Ubuntu)...
Join discussion