admin管理员组文章数量:1279145
I wish to use jupyter lab for my projects. I have python 3.11 installed via anaconda.
When I create a virtual environment, jupyter lab is not installed.
How can I avoid many double installations of programmes for each venv?
IF I create venv via conda create -> jupyter lab is not installed.
IF I create venv with python3 -m venv nameofvenv and type “jupyter lab” in terminal -> jupyter lab will open but NOT running on the kernel of the newly created venv?
I download large models for each venv and I don’t like using space of 10 x 500 mb pr. env.
Can you help me with finding a single JupyterLab installation accessible across different environments?
本文标签:
版权声明:本文标题:jupyter - Finding a single JupyterLab installation accessible across different virtual environments - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741215098a2359896.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论