top of page

WELCOME TO CLOUD MATTER

Search

Setting conda environment in VSCode and Jupiter Notebook

Writer's picture: Roman Guoussev-DonskoiRoman Guoussev-Donskoi

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


102 views0 comments

Recent Posts

See All

RAG processing at scale

Summary Application of generative AI has become more diverse. Ubiquitous chatbot RAG pattern is complemented by other scenarios. One of...

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...

Comments


Home: Blog2

Subscribe

Home: GetSubscribers_Widget

CONTACT

Your details were sent successfully!

Computers
Home: Contact

©2018 by Cloud Matter. Proudly created with Wix.com

bottom of page