-
I have configured a micromamba environment plot manually with all dependencies satisfied. And I want PythonCall (or CondaPkg) to use this environment. In terminal and Julia REPL, I can make it as follows:
Now I want to write code in a Jupyter notebook in VS code. How can I make the notebook live in the existing plot Python environment? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure - this seems more like a general VSCode notebooks question. Maybe try starting Code from within your Python environment? |
Beta Was this translation helpful? Give feedback.
I'm not sure - this seems more like a general VSCode notebooks question. Maybe try starting Code from within your Python environment?