top of page

WELCOME TO CLOUD MATTER

Search
  • Writer's pictureRoman Guoussev-Donskoi

Setting conda environment in VSCode and Jupiter Notebook

Open the settings. json file with the Preferences: Open User Settings (JSON) command in the Command Palette (Ctrl+Shift+P)


In settings.json


"terminal.integrated.defaultProfile.windows": "Command Prompt", "python.terminal.activateEnvironment": true, "python.condaPath": "C:\\your-path-here\\miniconda3\\_conda.exe"


Now when you switch Python: Select Interpreter in the Command Palette (Ctrl+Shift+P)

you will see conda environment activated in your terminal window


To active environment in your Jupiter Notebook connect to a remote Jupyter server


35 views0 comments

Recent Posts

See All

Query SQL using OpenAI and Langchain

LLMs (such as OpenAI) are good for reasoning but they lack capability interface with outside world. This is where Langchain agents step in: agents provide LLMs with tools to perform actions (for examp

Langchain + OpenAI + Azure Search

Summary Langchain framework makes building of LLM applications much easier, extends capabilities of LLM applications, and introduces structured approach, which facilitates supporting and managing app

Home: Blog2

Subscribe

Home: GetSubscribers_Widget

CONTACT

Your details were sent successfully!

Computers
Home: Contact
bottom of page