首页 > 解决方案 > Encapsulate Jupyter lab in source dir

问题描述

I need to run multiple jupyter lab builds. The problem is if I create a venv and run the lab like so:

python -m venv venv
pip install jupyterlab
jupyter lab

It reads my C:\Users\jmarshall\.jupyter and the working directory of the resulting lab instance ends up being what's in the config in that folder instead of . How do I prevent this?

标签: pythonjupyter-notebook

解决方案


推荐阅读