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


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

Kommentare


Home: Blog2

Subscribe

Home: GetSubscribers_Widget

CONTACT

Your details were sent successfully!

Computers
Home: Contact
bottom of page