If your environments are not showing up, make sure you have installed nb_conda_kernels in the environment with Jupyter ipykernel and ipywidgets in the Python environment you want to access (note that ipywidgets is to enable some Juptyer functionality, not environment visibility, see rel...
When you run the command jupyter notebook and create a new notebook by clicking 'python3' in the 'New' dropdown menu, that notebook executes python from the base environment and not from the current environment. You would like it so that launching a new notebook with 'python3' within ...
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda Jupyter server running: Remote Expected behaviour Remote conda envs showing up in the kernel selection drop-down menu. Actual behaviour Only local python interpreters show up. Steps to reproduce: [NOTE: Self-c...
Conda works well on system terminal, but failed to init on vscode's terminal. well, it can eventually init success, but i have to wait a while, and a bug report is generated Conda Info active environment:dl active env location:/home/boo/miniconda3/envs/dl shell level:2 user config fil...
I just created a new environment in miniconda, but when trying to activate it in VSCode's terminal, it gives this CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. If using 'conda activate' from a batch script, change your invocation to 'CALL conda...
TypeError: LoadLibrary() argument 1 must be str, not None $ C:\Anaconda3\Scripts\conda-script.py install --name newEnv ipykernel -y environment variables: CIO_TEST=<not set> CONDA_DEFAULT_ENV=newEnv CONDA_EXE=C:\Anaconda3\Scripts\conda.exe CONDA_PREFIX=C:\Anaconda3\envs\newEnv CONDA...
Current Behavior Activating a conda environment does nothing. Steps to Reproduce 1. Create an environment in PowerShell 2. Now try and activate it Expected Behavior This should activate the environment. Environment Information `conda inf...
>; Author ***@***.***> Subject: Re: [microsoft/vscode-jupyter] Unable to import NumPy using VSCode Jupyter Notebook extension (#6306) That might happen if the kernel we're running is not the same environment as where you're running IPython. Can you verify it's the same environment?
If I activate the rustenv using conda in the terminal I can run cargo --version, but it seems that CodeBook is not running Rust in the right environment. Any idea how I can set this? I cannot find any help in the rust-analyzer manual: https://rust-analyzer.github.io/manu...
Issue Type: Bug Old conda environments that have been deleted using conda env remove --name <env_name> are still showing up in the drop down menu of jupyter kernels. They mention the old environment name as well as the location in the an...