Gwon Honggwonhong.hashnode.dev·Dec 15, 2024윈도우에 MiniConda 최대한 깔끔하게 설정하기목표 기본적으로는 Python 명령어가 기존 Python runtime을 가리키도록 할 것 conda activate ~~를 통해 conda 환경이 활성화 된 이후에만 Python 명령어가 conda의 Python runtime을 가리키도록 할 것 주로 PowerShell을 쓰므로 PowerShell에서만 작동해도 무방 방법 요약 (원하는 버전의) MiniConda 설치 PATH에 condabin 경로만 추가하기 conda in...DiscussPython
Gustavo Duartegduarte.hashnode.dev·Nov 13, 2024Como Transformar WSL2 no Seu Ambiente Ideal de DesenvolvimentoIntroduçã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...DiscussWSL
Md. Fahim Bin AminforfreeCodeCampfreecodecamp.org·Oct 3, 2024How to Run R Programs Directly in Jupyter Notebook LocallyR 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...DiscussR
Md. Fahim Bin Aminfahimbinamin.hashnode.dev·Sep 21, 2024Configure Miniconda So That You Can Choose a Separate Environment Directly From Jupyter Lab/NotebookTo 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...DiscussLinuxJupyter Notebook
みこ日暮里miconippori.hashnode.dev·Jun 28, 2024M1 Mac に miniconda3 をインストールする方法通常であれば brew を用いて brew install --cask miniconda で問題ないと思う。 しかし、 /usr/local/Caskroom/ に、miniconda が表示されていない。つまり、インストールができていなかった。そんな時の方法。 Quick command line install 公式ページの下部にある「Quick command line install」を利用する。 mkdir -p ~/miniconda3 curlhttps://repo.an...DiscussConda
Brian Kingsolodev.app·Apr 24, 2024Installing Twinny for VS Code.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...Discuss·120 readsThe AI Series#Twinny
Brian Kingsolodev.app·Apr 9, 20242 of 5: Learning the Basics of Scrapy.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...DiscussThe AI SeriesScrapy Tutorial
Brian Kingsolodev.app·Mar 15, 2024Installing Pythagora and GPT Pilot for Ollama.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)...Discuss·3 likes·1.5K readsThe AI SeriesPythagora
Brian Kingsolodev.app·Mar 12, 2024Installing AutoGen Studio.TL;DR. This post is a guide through installing and setting up Microsoft AutoGen Studio, a tool for orchestrating collaborative AI agents. It covers prerequisites like setting up Ubuntu with Miniconda, Ollama and Llama2, and LiteLLM. The process inclu...Discuss·310 readsThe AI SeriesAutoGen Studio
Brian Kingsolodev.app·Mar 6, 2024Installing Jupyter Notebook within Miniconda.TL;DR. This post guides me through installing Jupyter Notebook, within Miniconda, on a Debian-based Linux distro called Ubuntu. It starts with updating my base system, then I move on to installing Miniconda, creating a dedicated Miniconda environment...Discuss·432 readsThe AI SeriesCoding Community