主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
MikeB
活动总数
12
最后的活动
2021年08月06日 13:40
成员加入日期
2021年07月19日 14:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2021年08月06日 13:40
Okay that seems to have done it. I deleted as you recommended and followed the instructions in the link you sent. Things are working as hoped. Some observations: the virtual environment is sens...
社区
PyCharm
Trying to understand which environment is active when launching Jupyter from PyCharm pro
0 票
创建于
2021年08月04日 16:05
accumulation-tree==0.6.2appnope @ file:///opt/concourse/worker/volumes/live/5f13e5b3-5355-4541-5fc3-f08850c73cf9/volume/appnope_1606859448618/workasync-generator @ file:///home/ktietz/src/ci/async_...
社区
PyCharm
Trying to understand which environment is active when launching Jupyter from PyCharm pro
0 票
已编辑于
2021年08月04日 15:03
I was looking at the interpreter and 'discovered' the option to view the interpreter's paths and below is what I see. There are paths to miniconda, is that appropriate? Is it because my 'base' in...
社区
PyCharm
Trying to understand which environment is active when launching Jupyter from PyCharm pro
0 票
已编辑于
2021年08月04日 14:04
Actually, jupyter is installed eg. if launch a terminal outside of pycharm it's available. If I do a 'pip list --local', which I thought provides a list of the 'venv' pip installed packages, 'jupy...
社区
PyCharm
Trying to understand which environment is active when launching Jupyter from PyCharm pro
0 票
已编辑于
2021年08月03日 15:39
Kind of successful! The conda 'base' no longer appears activated (confirmed by opening new terminal). and 'venv' seems to be the active environment. Importing 'sklearn' seems fine but 'jupyter ...
社区
PyCharm
Trying to understand which environment is active when launching Jupyter from PyCharm pro
0 票
创建于
2021年07月30日 01:41
Interesting follow on. Before I shut down PyCharm I decided to look up the manual for conda deactivate in case I had done it wrong. I hadn't but just for fun I ran 'conda deactivate' again. Surp...
社区
PyCharm
Trying to understand which environment is active when launching Jupyter from PyCharm pro
0 票
创建于
2021年07月29日 20:23
Unfortunately, 'deactivate conda' doesn't help. Below is the screenshot of shutting down the running notebook. After shutdown, two environments exist. After 'deactivate conda', the environment ...
社区
PyCharm
Trying to understand which environment is active when launching Jupyter from PyCharm pro
0 票
已编辑于
2021年07月26日 21:27
My workflow is as follows: I have a project created in PyC pro. In the project I have a notebook directory where I create notebooks. The notebooks import modules they require and also modules th...
社区
PyCharm
Trying to understand which environment is active when launching Jupyter from PyCharm pro
0 票
创建于
2021年07月26日 14:31
Also I had sub-questions to understand the information that I see in the terminal: what do the parameters in parentheses mean e.g (venv) (base) xxx@yyy % does the order matter? why can I change t...
社区
PyCharm
Trying to understand which environment is active when launching Jupyter from PyCharm pro
0 票
创建于
2021年07月26日 14:27
Hi Antonina and thank you for your reply. Yes, I saw that and my configuration is below. As you can see, it is set to 'venv' which contains all the required modules BUT as mentioned, unless I ins...
社区
PyCharm
Trying to understand which environment is active when launching Jupyter from PyCharm pro
0 票