#🔒 Venv doesn't show up as a kernel

6 messages · Page 1 of 1 (latest)

tidal spoke
#

I use VScode with the jupyter notebook extension.

Setting up your environment

To work with Python in Jupyter Notebooks, you must activate an Anaconda environment in VS Code, or another Python environment in which you've installed the Jupyter package. To select an environment, use the Python: Select Interpreter command from the Command Palette (⇧⌘P).

Once the appropriate environment is activated, you can create and open a Jupyter Notebook, connect to a remote Jupyter server for running code cells, and export a Jupyter Notebook as a Python file.
Workspace Trust

I did all that but my local env just doesnt show up.

chilly caveBOT
#

@tidal spoke

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

cosmic grove
#

What do you mean doesn't show up?

#

As the text says:

  1. Is your env anaconda or a normal venv?
  2. If it's normal venv, did you install jupyter in it?
  3. Did you add your environment's python to the Select Interpreter menu?
chilly caveBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.